Anyone have a PLI routine which works with Icarus Verilog that can dump out a hierarchy of a design? I'm looking to get an output like:
I1.I3.I7 - mymodule I1.I4.I7 - mymodule I1.I3 - mybigmodule I1.I4 - mybigmodule
> It's not PLI, but I wonder if you have checked out v2html? I'd be > curious to know how useful it is. > > http://www.burbleland.com/v2html/v2html.html >
Thanks. -Dan