gEDA-dev: Icarus verilog question

Timothy Miller theosib at gmail.com
Thu Jan 18 08:45:10 EST 2007


On 1/18/07, Andrew Lentvorski <bsder at allcaps.org> wrote:
> When I use $dumpvars to dump everything out, almost everything dumps
> fine.  However, my register file doesn't.  It is declared as:
>
>     reg [15:0]    rf[0:7];
>
> It doesn't appear in the VCD file.  What am I doing wrong?

It's pretty common for simulators to not dump memories.  I don't know
if there's a way to fix that with Icarus.  Have you tried multiple
$dumpvars statements, one listing the array specifically?


-- 
Timothy Miller
http://www.cse.ohio-state.edu/~millerti


More information about the geda-dev mailing list