|
CIRCT 23.0.0git
|
#include "mlir/Pass/PassOptions.h"

Go to the source code of this file.
Classes | |
| struct | circt::rtg::RandomizationPipelineOptions |
| Options for the RTG randomization pipeline. More... | |
| struct | circt::rtg::EmissionPipelineOptions |
| Options for the RTG emission pipeline. More... | |
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::rtg |
Functions | |
| void | circt::rtg::populateRandomizationPipeline (mlir::OpPassManager &pm, const RandomizationPipelineOptions &options) |
Adds the randomization pipeline to the OpPassManager. | |
| void | circt::rtg::populateEmissionPipeline (mlir::OpPassManager &pm, const EmissionPipelineOptions &options) |
Adds the emission pipeline to the OpPassManager. | |
| void | circt::rtg::registerPipelines () |
Registers all pipelines for the rtg dialect. | |