|
CIRCT 22.0.0git
|
#include "PassDetails.h"#include "circt/Dialect/ESI/ESIOps.h"#include "circt/Dialect/HW/HWOps.h"#include "circt/Dialect/SV/SVOps.h"#include "circt/Support/LLVM.h"#include "mlir/IR/SymbolTable.h"#include "mlir/Pass/Pass.h"#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Functions | |
| static StringAttr | constructUniqueSymbol (Operation *tableOp, StringRef proposedNameRef) |
|
static |
Definition at line 75 of file ESIPasses.cpp.
References isalpha, and isdigit.
Referenced by circt::esi::detail::ESIHWBuilder::constructInterfaceName(), circt::esi::detail::ESIHWBuilder::declareCosimEndpointFromHostModule(), circt::esi::detail::ESIHWBuilder::declareCosimEndpointToHostModule(), and circt::esi::detail::ESIHWBuilder::declareStage().