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()
  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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatOutput(value: BigInt): String
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. 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

  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. val history: FileHistory
  29. val historyFile: File
  30. var inScript: Boolean
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def jlist(list: Seq[String]): List[String]
  33. def loadFile(fileName: String): Unit
  34. 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

  35. def loadSource(): Unit
  36. def loadVcdScript(fileName: String): Unit
  37. def mutateAnnotations(newAnnotations: AnnotationSeq): Unit
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. var outputFormat: String
  42. var replConfig: ReplConfig
  43. var replVcdController: Option[ReplVcdController]
  44. def reset(timeRaised: Long): Unit
  45. def run(): Unit
  46. val scriptFactory: ScriptFactory
  47. def scriptRunning: Boolean
  48. def showNameAndValue(symbolName: String, offset: Int = 0): String
  49. var stageOptions: StageOptions
  50. 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

  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. val terminal: Terminal
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. val wallTime: UTC
  58. object Commands

Inherited from AnyRef

Inherited from Any

Ungrouped