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

Method addTopLevelModuleInstance

include/Surelog/Design/Design.h:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 void addTopLevelModuleInstance(ModuleInstance* instance) {
186 m_topLevelModuleInstances.emplace_back(instance);
187 }
188
189 void addDefParam(std::string_view name, const FileContent* fC, NodeId nodeId,
190 Value* value);

Callers 1

elaborateModule_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected