Phase
firrtl.options.Phase
trait Phase extends TransformLike[AnnotationSeq], DependencyAPI[Phase]
A mathematical transformation of an AnnotationSeq.
A Phase forms one unit in the Chisel/FIRRTL Hardware Compiler Framework (HCF). The HCF is built from a sequence of Phases applied to an AnnotationSeq. Note that a Phase may consist of multiple phases internally.
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- Phase.scala
- Graph
-
- Supertypes
-
trait DependencyAPI[Phase]trait TransformLike[AnnotationSeq]trait LazyLoggingclass Objecttrait Matchableclass Any
- Known subtypes
-
object Checksclass AddDefaultsclass Checksclass GetIncludesclass WriteOutputAnnotationsclass PhaseManagerclass Stageclass ChiselStageclass AddDefaultsclass Checksclass AddImplicitOutputFileclass CIRCTclass Checksclass AddDedupGroupAnnotationsclass AddImplicitOutputFileclass Checksclass Convertclass Elaborateclass Emitter
Members list
In this article