class FirrtlRepl extends AnyRef

Annotations
@deprecated
Deprecated

(Since version firrtl-interpreter 1.5.0) firrtl-interpreter is end-of-life. Use treadle instead.

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

Instance Constructors

  1. new FirrtlRepl(optionsManager: InterpreterOptionsManager with HasReplConfig)

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 args: Array[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def buildCompletions(): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val console: ConsoleReader
  10. var currentInterpreterOpt: Option[FirrtlTerp]
  11. var currentScript: Option[Script]
  12. var currentVcdScript: Option[VCD]
  13. var done: Boolean
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def error(message: String): Unit
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. 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

  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val history: FileHistory
  21. val historyFile: File
  22. var inScript: Boolean
  23. def interpreter: FirrtlTerp
  24. val interpreterOptions: InterpreterOptions
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def jlist(list: Seq[String]): List[String]
  27. def loadFile(fileName: String): Unit
  28. def loadScript(fileName: String): Unit
  29. def loadSource(input: String): Unit
  30. def loadVcdScript(fileName: String): Unit
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val optionsManager: InterpreterOptionsManager with HasReplConfig
  35. def parseNumber(numberString: String): BigInt
  36. val replConfig: ReplConfig
  37. var replVcdController: Option[ReplVcdController]
  38. def run(): Unit
  39. val scriptFactory: ScriptFactory
  40. def scriptRunning: Boolean
  41. def showFlags: String
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. val terminal: Terminal
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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