class SimManager extends AnyRef

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

Instance Constructors

  1. new SimManager(raw: SimRaw)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. var commandBuffer: ArrayBuffer[() ⇒ Unit]
  7. val context: SimManagerContext
  8. val cpuAffinity: Int
  9. var deltaCycle: Long
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def getBigInt(bt: Signal, address: Long): BigInt
  13. def getBigInt(bt: Signal): BigInt
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getInt(bt: Signal): Int
  16. def getLong(bt: Signal): Long
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val jvmBusyThreads: ArrayBuffer[JvmThread]
  20. val jvmIdleThreads: Stack[JvmThread]
  21. val mainThread: Thread
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newJvmThread(body: ⇒ Unit): JvmThread
  24. def newThread(body: ⇒ Unit): SimThread
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def onEnd(callback: ⇒ Unit): Unit
  28. val onEndListeners: ArrayBuffer[() ⇒ Unit]
  29. val raw: SimRaw
  30. val readBypass: HashMap[Signal, BigInt]
  31. def release(): Unit
  32. def retain(): Unit
  33. def run(body: ⇒ Unit): Unit
  34. def runAll(body: ⇒ Unit): Unit
  35. def runWhile(continueWhile: ⇒ Boolean = true): Unit
  36. def schedule(delay: Long, thread: SimThread): Unit
  37. def schedule(delay: Long)(thread: ⇒ Unit): Unit
  38. def schedule(thread: SimCallSchedule): Unit
  39. val sensitivities: ArrayBuffer[SimManagerSensitive]
  40. def setBigInt(mem: Signal, address: Long, value: BigInt): Unit
  41. def setBigInt(bt: Signal, value: BigInt): Unit
  42. def setLong(bt: Signal, value: Long): Unit
  43. def setupJvmThread(thread: Thread): Unit
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. var threads: SimCallSchedule
  46. var time: Long
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. var userData: Any
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped