ChiselMain

circt.stage.ChiselMain
object ChiselMain extends StageMain

Command line entry point to ChiselStage

Attributes

Source
ChiselStage.scala
Graph
Supertypes
class StageMain
class Object
trait Matchable
class Any
Self type
ChiselMain.type

Members list

Value members

Inherited 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

Inherited from:
StageMain
Source
Stage.scala

Inherited fields

val stage: Stage

Attributes

Inherited from:
StageMain
Source
Stage.scala