From: gon1332 <g1a...@ya...> - 2013-12-05 14:12:26
|
Hi! I try to dump an array (reg [31:0] data [31:0]) but I can't do it successfully. I've tried the way that is in the wiki: for (idx = 0; idx < 32; idx = idx + 1) $dumpvars(0, cpu_tb.cpu0.cpu_dp.cpu_regs.data[idx]); It works, but 2 things happen. 1] A warning shows up: VCD warning: array word cpu_tb.cpu0.cpu_dp.cpu_regs.data[0] will conflict with an escaped identifier. 2] In GTKWave I have something like this in SST window: \data[0][31:0] Is there any solution about that? Thanks in advance and sorry for my English. |