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

Method getNbChildren

include/Surelog/Design/ModuleInstance.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76 DesignComponent* getDefinition() { return m_definition; }
77 uint32_t getNbChildren() const { return m_allSubInstances.size(); }
78 ModuleInstance* getChildren(uint32_t i) {
79 if (i < m_allSubInstances.size()) {
80 return m_allSubInstances[i];

Callers 12

mainFunction · 0.80
SLgetnInstanceChildrenFunction · 0.80
bindAllInstances_Method · 0.80
reduceUnnamedBlocks_Method · 0.80
bindTypedefsPostElab_Method · 0.80
writeInstanceMethod · 0.80
collectUsedFileContentsFunction · 0.80
elaborate_Method · 0.80
elab_interfaces_Method · 0.80
reportInstanceTreeMethod · 0.80
findInstance_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected