CLI
circt.stage.CLI
Attributes
- Source
- Shell.scala
- Graph
-
- Supertypes
- Self type
Members list
Value members
Concrete methods
Include options for logging
Include options for logging
Defaults to true, override to false when mixing in to firrtl.options.Shell for use in a firrtl.options.Phase
Attributes
- Source
- Shell.scala
Inherited methods
The AnnotationSeq generated from command line arguments
The AnnotationSeq generated from command line arguments
This requires lazy evaluation as subclasses will mixin new command line options via methods of Shell.parser
Attributes
- Inherited from:
- BareShell
- Source
- Shell.scala
This method can be overriden to do some work everytime before parsing runs, e.g., to add options to the parser.
This method can be overriden to do some work everytime before parsing runs, e.g., to add options to the parser.
Attributes
- Inherited from:
- BareShell
- Source
- Shell.scala
Inherited fields
Attributes
- Inherited from:
- BareShell
- Source
- Shell.scala
Command line argument parser (OptionParser) with modifications
Command line argument parser (OptionParser) with modifications
Attributes
- Inherited from:
- BareShell
- Source
- Shell.scala
In this article