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

Method createCompileDesign

src/DesignCompile/CompilerHarness.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50std::unique_ptr<CompileDesign> CompilerHarness::createCompileDesign() {
51 delete m_h;
52 m_h = new Holder();
53 return std::make_unique<CompileDesign>(m_h->compiler.get());
54}
55
56CompilerHarness::~CompilerHarness() { delete m_h; }
57

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64