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

Method getFullPathId

src/Design/ModuleInstance.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254SymbolId ModuleInstance::getFullPathId(SymbolTable* symbols) const {
255 return symbols->registerSymbol(getFullPathName());
256}
257
258SymbolId ModuleInstance::getInstanceId(SymbolTable* symbols) const {
259 return symbols->registerSymbol(getInstanceName());

Callers 1

reportInstanceTreeMethod · 0.80

Calls 1

registerSymbolMethod · 0.45

Tested by

no test coverage detected