CIRCT 22.0.0git
|
#include "ImportVerilogInternals.h"
#include "slang/ast/Compilation.h"
#include "llvm/ADT/ScopeExit.h"
Go to the source code of this file.
Functions | |
static void | guessNamespacePrefix (const slang::ast::Symbol &symbol, SmallString< 64 > &prefix) |
static moore::ProcedureKind | convertProcedureKind (slang::ast::ProceduralBlockKind kind) |
static moore::NetKind | convertNetKind (slang::ast::NetType::NetKind kind) |
|
static |
Definition at line 194 of file Structure.cpp.
|
static |
Definition at line 176 of file Structure.cpp.
|
static |
Definition at line 20 of file Structure.cpp.
References guessNamespacePrefix().
Referenced by circt::ImportVerilog::Context::declareFunction(), and guessNamespacePrefix().