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 read64(handle: Long): Long
  27. def set_crashed(ret_code_: Long): Unit
  28. def set_seed(seed: Long): Unit
  29. def sleep(sleep_cycles: Long): Unit
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def write(handle: Long, data: VectorInt8): Unit
  36. def write32(handle: Long, data: Int): Unit
  37. def write64(handle: Long, data: Long): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped