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

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