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

Function SLgetnClassDefinition

src/API/SLAPI.cpp:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432uint32_t SLgetnClassDefinition(Design* design) {
433 if (!design) return 0;
434 return design->getUniqueClassDefinitions().size();
435}
436
437uint32_t SLgetnTopModuleInstance(Design* design) {
438 if (!design) return 0;

Callers 3

slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected