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

Method getModuleType

src/Design/ModuleInstance.cpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226VObjectType ModuleInstance::getModuleType() const {
227 VObjectType type = (VObjectType)0;
228 if (m_definition) {
229 type = m_definition->getType();
230 }
231 return type;
232}
233
234PathId ModuleInstance::getFileId() const {
235 return m_fileContent->getFileId(m_nodeId);

Callers 1

SLgetInstanceModuleTypeFunction · 0.80

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected