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

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(classOf[java.lang.CloneNotSupportedException]) @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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getBigInt(bt: Signal, address: Long): BigInt
  13. def getBigInt(bt: Signal): BigInt
  14. final def getClass(): Class[_ <: AnyRef]
    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 newSpawnTask(): SimThreadSpawnTask
  25. def newThread(body: => Unit): SimThread
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def onEnd(callback: => Unit): Unit
  29. val onEndListeners: ArrayBuffer[() => Unit]
  30. val raw: SimRaw
  31. val readBypass: HashMap[Signal, BigInt]
  32. def release(): Unit
  33. def retain(): Unit
  34. def run(body: => Unit): Unit
  35. def runAll(body: => Unit): Unit
  36. def runWhile(continueWhile: => Boolean = true): Unit
  37. def schedule(delay: Long, thread: SimThread): Unit
  38. def schedule(delay: Long)(thread: => Unit): Unit
  39. def schedule(thread: SimCallSchedule): Unit
  40. val sensitivities: ArrayBuffer[SimManagerSensitive]
  41. def setBigInt(mem: Signal, address: Long, value: BigInt): Unit
  42. def setBigInt(bt: Signal, value: BigInt): Unit
  43. def setLong(bt: Signal, value: Long): Unit
  44. def setupJvmThread(thread: Thread): Unit
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. var threads: SimCallSchedule
  47. var time: Long
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. var userData: Any
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped