13#ifndef CIRCT_CONVERSION_SEQTOSV_H
14#define CIRCT_CONVERSION_SEQTOSV_H
21#define GEN_PASS_DECL_LOWERFIRMEM
22#define GEN_PASS_DECL_LOWERSEQTOSV
23#include "circt/Conversion/Passes.h.inc"
25std::unique_ptr<mlir::Pass>
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
std::unique_ptr< mlir::Pass > createLowerSeqFIRRTLInitToSV()
std::unique_ptr< mlir::Pass > createLowerSeqToSVPass(const LowerSeqToSVOptions &options={})
std::unique_ptr< mlir::Pass > createLowerFirMemPass()