|
From: Cary R. <cy...@ya...> - 2009-06-17 23:33:26
|
--- On Wed, 6/17/09, Richard M. Myers <rm...@ai...> wrote:
> I can get by with what you've done. At the end of
> the day, will array elements of all sorts (regs, wires,
> reals, etc.) be viewable in the waveform file?
You should be able to display reg and wire array words
already, but they must be specified explicitly. They
will never be included implicitly. Real arrays/words
will eventually have the same support that the other
arrays have.
The array words currently generate an escaped ID
warning when being dumped. I plan to see if I can
make this only appear when there is an actual name
collision. The problem is that the standard routine
to search by name also looks at array words so I
need to build a more specific search routine.
> I need to figure out how to grab the latest code.
> Last time I tried to grab the latest CVS, it didn't
> work.
We are using git now. Look at the wiki which you can find
as the documentation link on the main Icarus web page.
It should answer all your questions.
> Thanks!
You are welcome,
Cary
|