MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / get_uhdm_design

Function get_uhdm_design

src/API/Surelog.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58vpiHandle get_uhdm_design(scompiler* compiler) {
59 vpiHandle design_handle = nullptr;
60 Compiler* the_compiler = (Compiler*)compiler;
61 if (the_compiler) {
62 design_handle = the_compiler->getUhdmDesign();
63 }
64 return design_handle;
65}
66
67void walk_parsetree(scompiler* compiler, ParseTreeListener* listener) {
68 if (!compiler || !listener) return;

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

getUhdmDesignMethod · 0.80

Tested by

no test coverage detected