c

firrtl_interpreter

ReplVcdController

class ReplVcdController extends AnyRef

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

Instance Constructors

  1. new ReplVcdController(repl: FirrtlRepl, interpreter: FirrtlTerp, vcd: VCD)

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. val IntPattern: Regex
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkCurrentValueOfOutputs(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val console: ConsoleReader
  9. var currentListLocation: Int
  10. var currentListSize: Int
  11. var currentTime: Long
  12. var currentTimeIndex: Int
  13. def doChanges(): Boolean

    Applies changes to circuit based on current vcd time step to current inputs.

    Applies changes to circuit based on current vcd time step to current inputs.

    Note

    At time step zero all possible changes are applied.

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hasStep(timeIndex: Int): Boolean
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def infoUsage: String
  20. val inputs: Set[String]
  21. val interpreter: FirrtlTerp
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def list(parameters: Array[String]): Unit
  24. def listUsage: String
  25. def loadVcd(parameters: Array[String]): Unit
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def now: String
  30. val outputs: Set[Wire]
  31. def processListCommand(args: Array[String]): Unit

    command parser for vcd family of repl commands

    command parser for vcd family of repl commands

    args

    arguments from user

  32. val repl: FirrtlRepl
  33. def run(parameters: Array[String]): Unit
  34. def runUsage: String
  35. var runVerbose: Boolean
  36. def show(lo: Int, hi: Int): Unit
  37. def showChanges(timeIndex: Int): Unit
  38. def showCurrent(): Unit
  39. def showEvent(timeIndex: Int): String
  40. def showInputMap(): Unit
  41. def showInputs(timeIndex: Int): Unit
  42. def stepOnPosEdgelock(): Boolean
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def test(parameters: Array[String]): Unit
  45. var testAfterRun: Boolean
  46. val timeStamps: Array[Long]
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def usage: String
  49. val vcd: VCD
  50. val vcdCircuitState: CircuitState
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. 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