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, random: Random = Random, testName: String = "unnamed")

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]) @HotSpotIntrinsicCandidate() @native()
  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
    @HotSpotIntrinsicCandidate() @native()
  15. def getInt(bt: Signal): Int
  16. def getLong(bt: Signal): Long
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  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
    @HotSpotIntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. def onEnd(callback: => Unit): Unit
  29. val onEndListeners: ArrayBuffer[() => Unit]
  30. var printEvalTime: Boolean
  31. val random: Random
  32. val raw: SimRaw
  33. val readBypass: HashMap[Signal, BigInt]
  34. def release(): Unit
  35. def retain(): Unit
  36. def run(body: => Unit): Unit
  37. def runAll(body: => Unit): Unit
  38. def runWhile(continueWhile: => Boolean = true): Unit
  39. def schedule(delay: Long, thread: SimThread): Unit
  40. def schedule(delay: Long)(thread: => Unit): Unit
  41. def schedule(thread: SimCallSchedule): Unit
  42. val sensitivities: ArrayBuffer[SimManagerSensitive]
  43. def setBigInt(mem: Signal, address: Long, value: BigInt): Unit
  44. def setBigInt(bt: Signal, value: BigInt): Unit
  45. def setLong(bt: Signal, value: Long): Unit
  46. def setupJvmThread(thread: Thread): Unit
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val testName: String
  49. var threads: SimCallSchedule
  50. var time: Long
  51. val timePrecision: BigDecimal
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. var userData: Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped