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

Function Build

src/hellodesign.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72};
73
74static bool Build(const vpiHandle &design_handle) {
75 DesignListener listener;
76 listener.listenDesigns({design_handle});
77 std::cout << "End design traversal" << std::endl;
78 return true;
79}
80
81int main(int argc, const char **argv) {
82 if (argc < 2) return 0;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected