\$\begingroup\$
\$\endgroup\$
0
I am able to do a VCD dump of multidimensional arrays using the $dumpfile()
and $dumpvars()
commands in the iverilog
simulator, but the same commands are not working for Verilator.
Kindly do let me know if there is any way to do the dump.
toolic
10.8k11 gold badges31 silver badges35 bronze badges
asked Jul 31, 2019 at 15:09
1 Answer 1
\$\begingroup\$
\$\endgroup\$
2
Verilator has limits on the size of arrays it will dump. See these two switches:
--trace-max-array <depth> Maximum bit width for tracing
--trace-max-width <width> Maximum array depth for tracing
answered Jul 31, 2019 at 16:15
-
\$\begingroup\$ ..thanks a lot for the info but can you tell me where can I find these two switches or where should I insert them myself to make it take my values. \$\endgroup\$Akash Acharya– Akash Acharya2019年08月01日 05:27:58 +00:00Commented Aug 1, 2019 at 5:27
-
\$\begingroup\$ veripool.org/projects/verilator/wiki/… \$\endgroup\$dave_59– dave_592019年08月01日 05:35:36 +00:00Commented Aug 1, 2019 at 5:35
lang-vhdl