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

Function get_design

src/API/Surelog.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Design* get_design(scompiler* the_compiler) {
45 if (the_compiler) return ((Compiler*)the_compiler)->getDesign();
46 return nullptr;
47}
48
49void shutdown_compiler(scompiler* the_compiler) {
50 if (the_compiler == nullptr) return;

Callers 1

mainFunction · 0.85

Calls 1

getDesignMethod · 0.80

Tested by

no test coverage detected