CIRCT  19.0.0git
Namespaces | Macros | Functions
HWPasses.h File Reference
#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassRegistry.h"
#include <memory>
#include <optional>
#include "circt/Dialect/HW/Passes.h.inc"
Include dependency graph for HWPasses.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::hw
 

Macros

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

Functions

std::unique_ptr< mlir::Pass > circt::hw::createPrintInstanceGraphPass ()
 
std::unique_ptr< mlir::Pass > circt::hw::createHWSpecializePass ()
 
std::unique_ptr< mlir::Pass > circt::hw::createPrintHWModuleGraphPass ()
 
std::unique_ptr< mlir::Pass > circt::hw::createFlattenIOPass (bool recursiveFlag=true, bool flattenExternFlag=false, char joinChar='.')
 
std::unique_ptr< mlir::Pass > circt::hw::createVerifyInnerRefNamespacePass ()
 
std::unique_ptr< mlir::Pass > circt::hw::createFlattenModulesPass ()
 

Macro Definition Documentation

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 34 of file HWPasses.h.