CIRCT 22.0.0git
|
Options for the aig lowering pipeline. More...
#include <SynthesisPipeline.h>
Public Attributes | |
PassOptions::Option< bool > | disableDatapath |
PassOptions::Option< bool > | timingAware |
PassOptions::Option< TargetIR > | targetIR |
PassOptions::Option< OptimizationStrategy > | synthesisStrategy |
Options for the aig lowering pipeline.
Definition at line 36 of file SynthesisPipeline.h.
PassOptions::Option<bool> circt::synth::CombLoweringPipelineOptions::disableDatapath |
Definition at line 38 of file SynthesisPipeline.h.
PassOptions::Option<OptimizationStrategy> circt::synth::CombLoweringPipelineOptions::synthesisStrategy |
Definition at line 49 of file SynthesisPipeline.h.
PassOptions::Option<TargetIR> circt::synth::CombLoweringPipelineOptions::targetIR |
Definition at line 46 of file SynthesisPipeline.h.
PassOptions::Option<bool> circt::synth::CombLoweringPipelineOptions::timingAware |
Definition at line 42 of file SynthesisPipeline.h.