Q1:
when i point the dump depth with verilator
def apply() = SimConfig.withConfig(SpinalConfig(targetDirectory = "rtl").dumpWave(0, "./mem.vcd"))
and no waves generated.
The sim reports as follow:
-Info: /mnt/hgfs/virtual_share/cjj/spinal/SpinalWorkshop/./simWorkspace/tmp/job_1/MemorySumming.v:88: $dumpvar ignored, as Verilated without --trace
Q2:
how to point the dump depth with hier?
The second var in dumpvar().
Q1:
when i point the dump depth with verilator
and no waves generated.
The sim reports as follow:
Q2:
how to point the dump depth with hier?
The second var in dumpvar().