Class/Object

firrtl_interpreter

FirrtlRepl

Related Docs: object FirrtlRepl | package firrtl_interpreter

Permalink

class FirrtlRepl extends AnyRef

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)

    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. object Commands

    Permalink
  5. val IntPattern: Regex

    Permalink
  6. var args: Array[String]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def buildCompletions(): Unit

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. val console: ConsoleReader

    Permalink
  11. var currentInterpreterOpt: Option[FirrtlTerp]

    Permalink
  12. var currentScript: Option[Script]

    Permalink
  13. var currentVcdScript: Option[VCD]

    Permalink
  14. var done: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def error(message: String): Unit

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def getNextLine: String

    Permalink

    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

  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. val history: FileHistory

    Permalink
  22. val historyFile: File

    Permalink
  23. var inScript: Boolean

    Permalink
  24. def interpreter: FirrtlTerp

    Permalink
  25. val interpreterOptions: InterpreterOptions

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def jlist(list: Seq[String]): List[String]

    Permalink
  28. def loadFile(fileName: String): Unit

    Permalink
  29. def loadScript(fileName: String): Unit

    Permalink
  30. def loadSource(input: String): Unit

    Permalink
  31. def loadVcdScript(fileName: String): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. val optionsManager: InterpreterOptionsManager with HasReplConfig

    Permalink
  36. def parseNumber(numberString: String): BigInt

    Permalink
  37. val replConfig: ReplConfig

    Permalink
  38. var replVcdController: Option[ReplVcdController]

    Permalink
  39. def run(): Unit

    Permalink
  40. val scriptFactory: ScriptFactory

    Permalink
  41. def scriptRunning: Boolean

    Permalink
  42. def showFlags: String

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

    Permalink
    Definition Classes
    AnyRef
  44. val terminal: Terminal

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped