Class/Object

treadle.executable

ExecutionEngine

Related Docs: object ExecutionEngine | package executable

Permalink

class ExecutionEngine extends LazyLogging

Source
ExecutionEngine.scala
Linear Supertypes
LazyLogging, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecutionEngine
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecutionEngine(ast: Circuit, annotationSeq: AnnotationSeq, symbolTable: SymbolTable, dataStore: DataStore, scheduler: Scheduler, expressionViews: Map[Symbol, ExpressionView], wallTime: UTC)

    Permalink

Type Members

  1. trait ClockToggle extends AnyRef

    Permalink
  2. class NullToggler extends ClockToggle

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def advanceTime(increment: Long): Unit

    Permalink
  5. val annotationSeq: AnnotationSeq

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val ast: Circuit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val cycleTimeIncrement: Int

    Permalink
  10. def dataInColumns: String

    Permalink
  11. val dataStore: DataStore

    Permalink
  12. def disableVCD(): Unit

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def evaluateCircuit(): Unit

    Permalink
  16. val expressionViewRenderer: ExpressionViewRenderer

    Permalink
  17. val expressionViews: Map[Symbol, ExpressionView]

    Permalink
  18. def fieldsHeader: String

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getInfoString: String

    Permalink
  22. def getInputPorts: Seq[String]

    Permalink
  23. def getOutputPorts: Seq[String]

    Permalink
  24. def getPrettyString: String

    Permalink
  25. def getRegisterNames: Seq[String]

    Permalink
  26. def getValue(name: String, offset: Int = 0): BigInt

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def header: String

    Permalink
  29. var inputsChanged: Boolean

    Permalink
  30. def isInputPort(name: String): Boolean

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isOutputPort(name: String): Boolean

    Permalink
  33. def isRegister(name: String): Boolean

    Permalink
  34. def lastStopResult: Option[Int]

    Permalink

    returns that value specified by a StopOp when its condition is satisfied.

    returns that value specified by a StopOp when its condition is satisfied. Only defined when circuit is currently stopped.

  35. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  36. def makeDownToggler(symbol: Symbol): Assigner

    Permalink
  37. def makeUpToggler(symbol: Symbol): Assigner

    Permalink
  38. def makeVCDLogger(fileName: String, showUnderscored: Boolean, memoryLogger: VcdMemoryLoggingController = new VcdMemoryLoggingController()): Unit

    Permalink
  39. val memoryInitializer: MemoryInitializer

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. def randomize(additonalSeed: Long = 0L): Unit

    Permalink

    Randomize the circuits registers and memories

    Randomize the circuits registers and memories

    additonalSeed

    a seed to move change all the random numbers generated

  44. def referenceTargetToSymbols(referenceTarget: ReferenceTarget): Seq[Symbol]

    Permalink

    returns all the symbols identified by the provided referenceTarget

    returns all the symbols identified by the provided referenceTarget

    referenceTarget

    identifies a symbol or symbols

  45. def renderComputation(symbolNames: String, outputFormat: String = "d", showValues: Boolean = true): String

    Permalink
  46. val scheduler: Scheduler

    Permalink
  47. def setIntValue(symbol: Symbol, value: Int): Int

    Permalink

    Update the dataStore with the supplied information.

    Update the dataStore with the supplied information. IMPORTANT: This should never be used internally.

    symbol

    symbol to set

    value

    new concrete value

  48. def setLeanMode(): Unit

    Permalink
  49. def setValue(name: String, value: BigInt, force: Boolean = true, registerPoke: Boolean = false, offset: Int = 0): BigInt

    Permalink

    Update the dataStore with the supplied information.

    Update the dataStore with the supplied information. IMPORTANT: This should never be used internally.

    name

    name of value to set

    value

    new concrete value

    force

    allows setting components other than top level inputs

    registerPoke

    changes which side of a register is poked

    returns

    the concrete value that was derived from type and value

  50. def setVerbose(isVerbose: Boolean = true): Unit

    Permalink

    turns on evaluator debugging.

    turns on evaluator debugging. Can make output quite verbose.

    isVerbose

    The desired verbose setting

  51. def stopped: Boolean

    Permalink

    Is the circuit currently stopped.

    Is the circuit currently stopped. StopOp throws a Stop

  52. val symbolTable: SymbolTable

    Permalink
  53. def symbols: Iterable[Symbol]

    Permalink
  54. val symbolsPokedSinceEvaluation: HashSet[Symbol]

    Permalink
  55. val symbolsToWatch: Seq[String]

    Permalink
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. val timer: Timer

    Permalink
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. val userRandomSeed: Long

    Permalink
  60. def validNames: Iterable[String]

    Permalink
  61. var vcdFileName: String

    Permalink
  62. var vcdOption: Option[VCD]

    Permalink
  63. var verbose: Boolean

    Permalink
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. val wallTime: UTC

    Permalink
  68. def writeVCD(): Unit

    Permalink

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped