#include "circt/Support/LLVM.h"
#include <optional>
#include <string>
#include <vector>
Go to the source code of this file.
|
namespace | llvm |
|
namespace | mlir |
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
|
mlir::LogicalResult | circt::importVerilog (llvm::SourceMgr &sourceMgr, mlir::MLIRContext *context, mlir::TimingScope &ts, mlir::ModuleOp module, const ImportVerilogOptions *options=nullptr) |
| Parse files in a source manager as Verilog source code and populate the given MLIR module with corresponding ops.
|
|
mlir::LogicalResult | circt::preprocessVerilog (llvm::SourceMgr &sourceMgr, mlir::MLIRContext *context, mlir::TimingScope &ts, llvm::raw_ostream &os, const ImportVerilogOptions *options=nullptr) |
| Run the files in a source manager through Slang's Verilog preprocessor and emit the result to the given output stream.
|
|
void | circt::registerFromVerilogTranslation () |
| Register the import-verilog MLIR translation.
|
|
std::string | circt::getSlangVersion () |
| Return a human-readable string describing the slang frontend version linked into CIRCT.
|
|