CIRCT  19.0.0git
Namespaces | Macros | Functions
SeqPasses.h File Reference
#include "circt/Dialect/Seq/SeqEnums.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/StringRef.h"
#include "circt/Dialect/Seq/SeqPasses.h.inc"
Include dependency graph for SeqPasses.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::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 ()
 

Macro Definition Documentation

◆ GEN_PASS_DECL_EXTERNALIZECLOCKGATE

#define GEN_PASS_DECL_EXTERNALIZECLOCKGATE

Definition at line 23 of file SeqPasses.h.

◆ GEN_PASS_DECL_HWMEMSIMIMPL

#define GEN_PASS_DECL_HWMEMSIMIMPL

Definition at line 24 of file SeqPasses.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 36 of file SeqPasses.h.