chisel3.stage.ChiselGeneratorAnnotation
See theChiselGeneratorAnnotation companion class
object ChiselGeneratorAnnotation extends HasShellOptions
Attributes
- Companion
- class
- Source
- ChiselAnnotations.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Construct a ChiselGeneratorAnnotation with a generator function that will try to construct a Chisel Module from using that Module's name. The Module must both exist in the class path and not take parameters.
Construct a ChiselGeneratorAnnotation with a generator function that will try to construct a Chisel Module from using that Module's name. The Module must both exist in the class path and not take parameters.
Value parameters
- name
-
a module name
Attributes
- Throws
-
firrtl.options.OptionsException
if the module name is not found or if no parameterless constructor for that Module is found
- Source
- ChiselAnnotations.scala
Inherited methods
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
Concrete fields
A sequence of options provided
In this article