[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-user: problem with vpi
ahvezda@seul.org said:
> topModIterator = vpi_iterate(vpiModule,NULL);
What you are trying to do here is valid, but not yet supported by
Icarus Verilog. If you change your system task to take as a parameter
a module name, you can use that as a starting point for your
iteration.
The fact that it is not supported is a legitimate bug, so feel free
to file a bug report with your example here.
The place in the vvp source where vpi_iterate is implemented is
vvp/vpi_priv.cc. Note that it requires a valid handle.
--
Steve Williams "The woods are lovely, dark and deep.
steve at icarus.com But I have promises to keep,
steve at picturel.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."