MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / operator()

Method operator()

src/DesignCompile/CompileModule.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78namespace SURELOG {
79
80int32_t FunctorCompileModule::operator()() const {
81 CompileModule* instance = new CompileModule(
82 m_compileDesign, m_module, m_design, m_symbols, m_errors, m_instance);
83 instance->compile();
84 delete instance;
85 return 0;
86}
87
88bool CompileModule::compile() {
89 const FileContent* const fC = m_module->m_fileContents[0];

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected