|
CIRCT 22.0.0git
|
#include "mlir/Pass/Pass.h"#include "llvm/ADT/StringRef.h"#include "circt/Dialect/SV/SVPasses.h.inc"

Go to the source code of this file.
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::sv |
Macros | |
| #define | GEN_PASS_DECL |
| #define | GEN_PASS_REGISTRATION |
| Generate the code for registering passes. | |
Functions | |
| std::unique_ptr< mlir::Pass > | circt::sv::createPrettifyVerilogPass () |
| std::unique_ptr< mlir::Pass > | circt::sv::createHWCleanupPass (bool mergeAlwaysBlocks=true) |
| std::unique_ptr< mlir::Pass > | circt::sv::createHWStubExternalModulesPass () |
| std::unique_ptr< mlir::Pass > | circt::sv::createHWLegalizeModulesPass () |
| std::unique_ptr< mlir::Pass > | circt::sv::createSVTraceIVerilogPass () |
| std::unique_ptr< mlir::Pass > | circt::sv::createHWLowerInstanceChoices () |
| std::unique_ptr< mlir::Pass > | circt::sv::createHWGeneratorCalloutPass () |
| std::unique_ptr< mlir::Pass > | circt::sv::createHWEliminateInOutPortsPass (const HWEliminateInOutPortsOptions &options={}) |
| std::unique_ptr< mlir::Pass > | circt::sv::createSVExtractTestCodePass (bool disableInstanceExtraction=false, bool disableRegisterExtraction=false, bool disableModuleInlining=false) |
| std::unique_ptr< mlir::Pass > | circt::sv::createHWExportModuleHierarchyPass () |
| #define GEN_PASS_DECL |
Definition at line 22 of file SVPasses.h.
| #define GEN_PASS_REGISTRATION |
Generate the code for registering passes.
Definition at line 40 of file SVPasses.h.