CIRCT
18.0.0git
|
#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 | |
This file defines an intermediate representation for circuits acting as an abstraction for constraints defined over an SMT's solver context. | |
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 22 of file SeqPasses.h.
#define GEN_PASS_DECL_HWMEMSIMIMPL |
Definition at line 23 of file SeqPasses.h.
#define GEN_PASS_REGISTRATION |
Generate the code for registering passes.
Definition at line 35 of file SeqPasses.h.