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.
while (SubModule = vpi_scan(Module)) { ...
works for instance arrays, but ignores generate blocks.