StageMain

firrtl.options.StageMain
class StageMain(val stage: Stage)

Provides a main method for a Stage

Value parameters

stage

the stage to run

Attributes

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

Members list

Value members

Concrete methods

final def main(args: Array[String]): Unit

The main function that serves as this stage's command line interface.

The main function that serves as this stage's command line interface.

Value parameters

args

command line arguments

Attributes

Source
Stage.scala

Concrete fields

val stage: Stage

Attributes

Source
Stage.scala