RegisteredLibrary

firrtl.options.RegisteredLibrary

A class that includes options that should be exposed as a group at the top level.

Attributes

Note

To complete registration, include an entry in src/main/resources/META-INF/services/firrtl.options.RegisteredLibrary

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

Members list

Value members

Abstract methods

def name: String

The name of this library.

The name of this library.

This will be used when generating help text.

Attributes

Source
Registration.scala

Inherited 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

Inherited from:
HasShellOptions
Source
Registration.scala

Inherited and Abstract methods

def options: Seq[ShellOption[_]]

A sequence of options provided

A sequence of options provided

Attributes

Inherited from:
HasShellOptions
Source
Registration.scala