CIRCT
20.0.0git
|
#include "circt/Dialect/Seq/SeqEnums.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/StringRef.h"
#include "circt/Dialect/Seq/SeqPasses.h.inc"
Go to the source code of this file.
Namespaces | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::seq | |
Macros | |
#define | GEN_PASS_DECL_EXTERNALIZECLOCKGATE |
#define | GEN_PASS_DECL_HWMEMSIMIMPL |
#define | GEN_PASS_REGISTRATION |
Generate the code for registering passes. More... | |
Functions | |
std::unique_ptr< mlir::Pass > | circt::seq::createLowerSeqHLMemPass () |
std::unique_ptr< mlir::Pass > | circt::seq::createExternalizeClockGatePass (const ExternalizeClockGateOptions &options={}) |
std::unique_ptr< mlir::Pass > | circt::seq::createLowerSeqFIFOPass () |
std::unique_ptr< mlir::Pass > | circt::seq::createHWMemSimImplPass (const HWMemSimImplOptions &options={}) |
std::unique_ptr< mlir::Pass > | circt::seq::createLowerSeqShiftRegPass () |
#define GEN_PASS_DECL_EXTERNALIZECLOCKGATE |
Definition at line 23 of file SeqPasses.h.
#define GEN_PASS_DECL_HWMEMSIMIMPL |
Definition at line 24 of file SeqPasses.h.
#define GEN_PASS_REGISTRATION |
Generate the code for registering passes.
Definition at line 36 of file SeqPasses.h.