HasShellOptions

firrtl.options.HasShellOptions

Indicates that this class/object includes options (but does not add these as a registered class)

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
Registration.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def options: Seq[ShellOption[_]]

A sequence of options provided

A sequence of options provided

Attributes

Source
Registration.scala

Concrete methods

final def addOptions(p: OptionParser[AnnotationSeq]): Unit

Add all shell (command line) options to an option parser

Add all shell (command line) options to an option parser

Value parameters

p

an option parser

Attributes

Source
Registration.scala