class SharedMemIface extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SharedMemIface
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def check_ready(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- def delete(): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def eval(): Unit
- def finalize(): Unit
- Attributes
- protected[vpi]
- Definition Classes
- SharedMemIface → AnyRef
- Annotations
- @SuppressWarnings()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def get_signal_handle(handle_name: String): Long
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def is_closed(): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def print_signals(): String
- def randomize(seed: Long): Unit
- def read(handle: Long, data: VectorInt8): Unit
- def read(handle: Long): VectorInt8
- def read32(handle: Long): Int
- def read32_mem(handle: Long, index: Long): Int
- def read64(handle: Long): Long
- def read64_mem(handle: Long, index: Long): Long
- def read_mem(handle: Long, data: VectorInt8, index: Long): Unit
- def read_mem(handle: Long, index: Long): VectorInt8
- def set_crashed(ret_code_: Long): Unit
- def set_seed(seed: Long): Unit
- def sleep(sleep_cycles: Long): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(handle: Long, data: VectorInt8): Unit
- def write32(handle: Long, data: Int): Unit
- def write32_mem(handle: Long, data: Int, index: Long): Unit
- def write64(handle: Long, data: Long): Unit
- def write64_mem(handle: Long, data: Long, index: Long): Unit
- def write_mem(handle: Long, data: VectorInt8, index: Long): Unit