package stage
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ConfigPackageAnnotation(packageName: String) extends NoTargetAnnotation with GoldenGateOption with Product with Serializable
- case class ConfigStringAnnotation(configString: String) extends NoTargetAnnotation with GoldenGateOption with Product with Serializable
- trait GoldenGateCli extends AnyRef
- class GoldenGateCompilerPhase extends Phase
- trait GoldenGateFileEmission extends CustomFileEmission
- sealed trait GoldenGateOption extends Unserializable
- case class GoldenGateOutputFileAnnotation(body: String, fileSuffix: String) extends NoTargetAnnotation with GoldenGateFileEmission with Product with Serializable
A generic wrapper for output files that have no targets.
A generic wrapper for output files that have no targets.
- body
the body of the file
- fileSuffix
The string to append to base output file name
- class GoldenGateStage extends Stage with PreservesAll[Phase]
- case class OutputBaseFilenameAnnotation(name: String) extends NoTargetAnnotation with GoldenGateOption with Product with Serializable
- class OutputFileBuilder extends AnyRef
Wraps a StringBuilder to incrementally build up an output file annotation.
- class RuntimeConfigGenerationPhase extends Phase
- trait RuntimeConfigGeneratorCli extends AnyRef
- class RuntimeConfigGeneratorStage extends Stage with PreservesAll[Phase]
Value Members
- object AddDerivedAnnotations extends Phase
Provides firrtl.stage.OutputFileAnnotation and firrtl.EmitCircuitAnnotation, which are required by downstream FIRRTL transforms but derive from Golden Gate-specific annotations.
- object Checks extends Phase
Sanity checks an firrtl.AnnotationSeq before running the main firrtl.options.Phases of chisel3.stage.ChiselStage.
- object ConfigPackageAnnotation extends HasShellOptions with Serializable
- object ConfigStringAnnotation extends HasShellOptions with Serializable
- object GoldenGateMain extends StageMain
- object GoldenGateOutputFileAnnotation extends Serializable
- object OutputBaseFilenameAnnotation extends HasShellOptions with Serializable
- object RuntimeConfigGeneratorMain extends StageMain
- object RuntimeConfigNameAnnotation extends HasShellOptions