CIRCT  19.0.0git
Namespaces | Functions
ExportVerilog.h File Reference
#include "mlir/IR/BuiltinOps.h"
#include "mlir/Pass/Pass.h"
Include dependency graph for ExportVerilog.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.
 

Functions

std::unique_ptr< mlir::Pass > circt::createTestApplyLoweringOptionPass (llvm::StringRef options)
 
std::unique_ptr< mlir::Pass > circt::createTestApplyLoweringOptionPass ()
 
std::unique_ptr< mlir::Pass > circt::createHWLowerInstanceChoicesPass ()
 
std::unique_ptr< mlir::Pass > circt::createPrepareForEmissionPass ()
 
std::unique_ptr< mlir::Pass > circt::createLegalizeAnonEnumsPass ()
 
std::unique_ptr< mlir::Pass > circt::createExportVerilogPass (std::unique_ptr< llvm::raw_ostream > os)
 
std::unique_ptr< mlir::Pass > circt::createExportVerilogPass (llvm::raw_ostream &os)
 
std::unique_ptr< mlir::Pass > circt::createExportVerilogPass ()
 
std::unique_ptr< mlir::Pass > circt::createExportSplitVerilogPass (llvm::StringRef directory="./")
 
mlir::LogicalResult circt::exportVerilog (mlir::ModuleOp module, llvm::raw_ostream &os)
 Export a module containing HW, and SV dialect code. More...
 
mlir::LogicalResult circt::exportSplitVerilog (mlir::ModuleOp module, llvm::StringRef dirname)
 Export a module containing HW, and SV dialect code, as one file per SV module. More...