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

Method findInstance

src/Design/Design.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257ModuleInstance* Design::findInstance(std::string_view path,
258 ModuleInstance* scope) const {
259 std::vector<std::string> vpath;
260 StringUtils::tokenize(path, ".", vpath);
261 return findInstance(vpath, scope);
262}
263
264ModuleInstance* Design::findInstance(const std::vector<std::string>& path,
265 ModuleInstance* scope) const {

Callers 2

elaborateModule_Method · 0.80
collectParams_Method · 0.80

Calls 1

getInstanceNameMethod · 0.80

Tested by

no test coverage detected