#include "circt/Support/LLVM.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::debug |
|
|
void | circt::debug::registerTranslations () |
| Register all debug information emission flavors as from-MLIR translations.
|
|
LogicalResult | circt::debug::dumpDebugInfo (Operation *module, llvm::raw_ostream &os) |
| Dump the debug information in the given module in a human-readable format.
|
|
LogicalResult | circt::debug::emitHGLDD (Operation *module, llvm::raw_ostream &os, const EmitHGLDDOptions &options={}) |
| Serialize the debug information in the given module into the HGLDD format and writes it to output .
|
|
LogicalResult | circt::debug::emitSplitHGLDD (Operation *module, const EmitHGLDDOptions &options={}) |
| Serialize the debug information in the given module into the HGLDD format and emit one companion HGLDD file per emitted HDL file.
|
|