Packages

c

spinal.sim.vpi

SharedMemIface

class SharedMemIface extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedMemIface
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SharedMemIface(shmem_name_: String, shmem_size_: Long)
  2. new SharedMemIface(cPtr: Long, cMemoryOwn: Boolean)
    Attributes
    protected[vpi]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def check_ready(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def close(): Unit
  8. def delete(): Unit
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def eval(): Unit
  12. def finalize(): Unit
    Attributes
    protected[vpi]
    Definition Classes
    SharedMemIface → AnyRef
    Annotations
    @SuppressWarnings()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def get_signal_handle(handle_name: String): Long
  15. def get_time_precision(): Int
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def is_closed(): Boolean
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def print_signals(): String
  23. def randomize(seed: Long): Unit
  24. def read(handle: Long, data: VectorInt8): Unit
  25. def read(handle: Long): VectorInt8
  26. def read32(handle: Long): Int
  27. def read32_mem(handle: Long, index: Long): Int
  28. def read64(handle: Long): Long
  29. def read64_mem(handle: Long, index: Long): Long
  30. def read_mem(handle: Long, data: VectorInt8, index: Long): Unit
  31. def read_mem(handle: Long, index: Long): VectorInt8
  32. def set_crashed(ret_code_: Long): Unit
  33. def set_seed(seed: Long): Unit
  34. def sleep(sleep_cycles: Long): Unit
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def write(handle: Long, data: VectorInt8): Unit
  41. def write32(handle: Long, data: Int): Unit
  42. def write32_mem(handle: Long, data: Int, index: Long): Unit
  43. def write64(handle: Long, data: Long): Unit
  44. def write64_mem(handle: Long, data: Long, index: Long): Unit
  45. def write_mem(handle: Long, data: VectorInt8, index: Long): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped