Packages

  • package root
    Definition Classes
    root
  • package firrtl
    Definition Classes
    root
  • package stage

    The stage package provides an implementation of the FIRRTL compiler using the firrtl.options package.

    The stage package provides an implementation of the FIRRTL compiler using the firrtl.options package. This primarily consists of:

    • FirrtlStage, the internal and external (command line) interface to the FIRRTL compiler
    • A number of Phases that support and compartmentalize the individual operations of FirrtlStage
    • FirrtlOptions, a class representing options that are necessary to drive the FirrtlStage and its Phases
    • FirrtlOptionsView, a utility that constructs an OptionsView of FirrtlOptions from an AnnotationSeq
    • FirrtlCli, the command line options that the FirrtlStage supports
    • FirrtlStageUtils containing miscellaneous utilities for stage
    Definition Classes
    firrtl
  • package phases
p

firrtl

stage

package stage

The stage package provides an implementation of the FIRRTL compiler using the firrtl.options package. This primarily consists of:

  • FirrtlStage, the internal and external (command line) interface to the FIRRTL compiler
  • A number of Phases that support and compartmentalize the individual operations of FirrtlStage
  • FirrtlOptions, a class representing options that are necessary to drive the FirrtlStage and its Phases
  • FirrtlOptionsView, a utility that constructs an OptionsView of FirrtlOptions from an AnnotationSeq
  • FirrtlCli, the command line options that the FirrtlStage supports
  • FirrtlStageUtils containing miscellaneous utilities for stage
Source
package.scala
Linear Supertypes
AnyRef, Any

Inherited from AnyRef

Inherited from Any

Ungrouped