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. All

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

Inherited from AnyRef

Inherited from Any

Ungrouped