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

Function SLgetInstanceModuleName

src/API/SLAPI.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632std::string SLgetInstanceModuleName(ModuleInstance* instance) {
633 if (!instance) return "";
634 return std::string(instance->getModuleName());
635}
636
637DesignComponent* SLgetInstanceDefinition(ModuleInstance* instance) {
638 if (!instance) return nullptr;

Callers

nothing calls this directly

Calls 1

getModuleNameMethod · 0.80

Tested by

no test coverage detected