#include "circt/Support/LLVM.h"
#include "llvm/ADT/SmallVector.h"
Go to the source code of this file.
|
bool | circt::firrtl::fromOMIRJSON (llvm::json::Value &value, SmallVectorImpl< Attribute > &annotations, llvm::json::Path path, MLIRContext *context) |
| Convert a JSON value containing OMIR JSON (an array of OMNodes), convert this to an OMIRAnnotation, and add it to a mutable annotations argument. More...
|
|
bool | circt::firrtl::isRecognizedPrintfEncodedVerif (PrintFOp printOp) |
| Classifier for legacy verif intent captured in printf + when's. More...
|
|