|
CIRCT 22.0.0git
|


Go to the source code of this file.
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
Functions | |
| LogicalResult | circt::convertAttributeToJSON (llvm::json::OStream &json, Attribute attr) |
| Convert a simple attribute to JSON. | |
| Attribute | circt::convertJSONToAttribute (MLIRContext *context, llvm::json::Value &value, llvm::json::Path p) |
| Convert arbitrary JSON to an MLIR Attribute. | |