circt.stage.phases
package circt.stage.phases
Members list
Type members
Classlikes
class AddImplicitOutputFile extends Phase
Phase that adds an OutputFileAnnotation if one does not already exist.
Phase that adds an OutputFileAnnotation if one does not already exist.
To determine the OutputFileAnnotation, the following precedence is used. Whichever happens first succeeds:
- Do nothing if an OutputFileAnnotation "--split-verilog" was specified
- Use the main in the first discovered FirrtlCircuitAnnotation (see note below)
- Use "a"
Attributes
- Source
- AddImplicitOutputFile.scala
- Supertypes
-
trait Phasetrait DependencyAPI[Phase]trait TransformLike[AnnotationSeq]trait LazyLoggingclass Objecttrait Matchableclass AnyShow all
A phase that calls and runs CIRCT, specifically firtool, while preserving an AnnotationSeq API.
A phase that calls and runs CIRCT, specifically firtool, while preserving an AnnotationSeq API.
Attributes
- Source
- CIRCT.scala
- Supertypes
-
trait Phasetrait DependencyAPI[Phase]trait TransformLike[AnnotationSeq]trait LazyLoggingclass Objecttrait Matchableclass AnyShow all
Check properties of an firrtl.AnnotationSeq! to look for errors before running CIRCT.
Check properties of an firrtl.AnnotationSeq! to look for errors before running CIRCT.
Attributes
- Source
- Checks.scala
- Supertypes
-
trait Phasetrait DependencyAPI[Phase]trait TransformLike[AnnotationSeq]trait LazyLoggingclass Objecttrait Matchableclass AnyShow all
In this article