CIRCT
18.0.0git
|
#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassRegistry.h"
#include <memory>
#include <optional>
#include "circt/Dialect/HW/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
circt | |
This file defines an intermediate representation for circuits acting as an abstraction for constraints defined over an SMT's solver context. | |
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 () |
std::unique_ptr< mlir::Pass > | circt::hw::createVerifyInnerRefNamespacePass () |
#define GEN_PASS_REGISTRATION |
Generate the code for registering passes.
Definition at line 31 of file HWPasses.h.