Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
Design* get_design(scompiler* the_compiler) {
45
if (the_compiler) return ((Compiler*)the_compiler)->getDesign();
46
return nullptr;
47
}
48
49
void shutdown_compiler(scompiler* the_compiler) {
50
if (the_compiler == nullptr) return;
Callers
1
main
Function · 0.85
Calls
1
getDesign
Method · 0.80
Tested by
no test coverage detected