On 1/18/07, Andrew Lentvorski <[EMAIL PROTECTED]> 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 _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
