#include "circt/Dialect/Comb/CombDialect.h"
#include "circt/Support/LLVM.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Dialect.h"
#include "llvm/ADT/StringSet.h"
#include "circt/Dialect/SV/SVDialect.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::sv |
| |
|
| llvm::StringRef | circt::sv::resolveKeywordConflict (llvm::StringRef origName, llvm::StringMap< size_t > &nextGeneratedNameIDs, bool caseInsensitiveKeywords) |
| | Given string origName, generate a new name if it conflicts with any keyword or any other name in the map nextGeneratedNameIDs.
|
| |
| StringRef | circt::sv::legalizeName (llvm::StringRef name, llvm::StringMap< size_t > &nextGeneratedNameIDs, bool caseInsensitiveKeywords) |
| | Legalize the specified name for use in SV output.
|
| |
| bool | circt::sv::isNameValid (llvm::StringRef name, bool caseInsensitiveKeywords) |
| | Check if a name is valid for use in SV output by only containing characters allowed in SV identifiers.
|
| |