Packages

class TreadleRepl extends AnyRef

Considered by many to be the world's best Treadle Repl

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

Instance Constructors

  1. new TreadleRepl(initialAnnotations: AnnotationSeq)

    initialAnnotations

    initial settings.

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. var annotationSeq: AnnotationSeq
  6. var args: Array[String]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def buildCompletions(): Unit
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val combinationalDelay: Long
  11. val console: ConsoleReader
  12. var currentScript: Option[Script]
  13. var currentSymbols: String
  14. def currentTreadleTester: TreadleTester
  15. var currentTreadleTesterOpt: Option[TreadleTester]
  16. var currentVcdScript: Option[VCD]
  17. var cycleCount: Long
  18. var done: Boolean
  19. def engine: ExecutionEngine
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def error(message: String): Unit
  23. def formatOutput(value: BigInt): String
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def getNextLine: String

    gets the next line from either the current executing script or from the console.

    gets the next line from either the current executing script or from the console. Strips comments from the line, may result in empty string, command parser is ok with that

  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val history: FileHistory
  28. val historyFile: File
  29. var inScript: Boolean
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def jlist(list: Seq[String]): List[String]
  32. def loadFile(fileName: String): Unit
  33. def loadScript(fileName: String): Unit

    First try and read script file in the target dir, if that fails try opening it in place

    First try and read script file in the target dir, if that fails try opening it in place

    fileName

    name of script file

  34. def loadSource(): Unit
  35. def loadVcdScript(fileName: String): Unit
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. var outputFormat: String
  40. var replVcdController: Option[ReplVcdController]
  41. def reset(timeRaised: Long): Unit
  42. def run(): Unit
  43. val scriptFactory: ScriptFactory
  44. def scriptRunning: Boolean
  45. def showNameAndValue(symbolName: String, offset: Int = 0): String
  46. var stageOptions: StageOptions
  47. def step(n: Int = 1): Unit

    Cycles the circuit n steps (with a default of one) At each step registers and memories are advanced and all other elements recomputed

    Cycles the circuit n steps (with a default of one) At each step registers and memories are advanced and all other elements recomputed

    n

    cycles to perform

  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. val terminal: Terminal
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  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( ... )
  54. val wallTime: UTC
  55. object Commands

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