VPI: How to walk hierarchy that contains generate blocks...

T

thomas jones

Guest
How does one use VPI walk the hierarchy of a design that contains generate blocks? I have found that the standard recursion on

while (SubModule = vpi_scan(Module)) { ...

works for instance arrays, but ignores generate blocks.
 

Welcome to EDABoard.com

Sponsor

Back
Top