MCPcopy Create free account
hub / github.com/PKU-IDEA/OpenPARF / topModuleInst

Method topModuleInst

openparf/database/design.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58container::ObserverPtr<const ModuleInst> Design::topModuleInst() const {
59 return moduleInst(top_module_inst_);
60}
61
62container::ObserverPtr<ModuleInst> Design::topModuleInst() {
63 return moduleInst(top_module_inst_);

Callers 15

testSample1Method · 0.80
testSample2Method · 0.80
testSample1Method · 0.80
StaticTimingAnalysisFunction · 0.80
legalityCheckFunction · 0.80
xarchLegalityCheckFunction · 0.80
ExtractDelayFeaturesFunction · 0.80
DelayEstimationForwardFunction · 0.80
getInstNameMethod · 0.80
collectInstIdsMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by 3

testSample1Method · 0.64
testSample2Method · 0.64
testSample1Method · 0.64