CIRCT  19.0.0git
Namespaces | Macros | Functions
SVPasses.h File Reference
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/StringRef.h"
#include "circt/Dialect/SV/SVPasses.h.inc"
Include dependency graph for SVPasses.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::sv
 

Macros

#define GEN_PASS_DECL_HWELIMINATEINOUTPORTS
 
#define GEN_PASS_REGISTRATION
 Generate the code for registering passes. More...
 

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 ()
 

Macro Definition Documentation

◆ GEN_PASS_DECL_HWELIMINATEINOUTPORTS

#define GEN_PASS_DECL_HWELIMINATEINOUTPORTS

Definition at line 22 of file SVPasses.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 40 of file SVPasses.h.