z81203
Full Member level 5
shm_open modelsim
Hi,
I want to store simulation result of modelsim with all signals and next time restore it without new simulation, so I can check the waveform that I care. How can I do it?
It's a binary file better and maybe can write something in verilog stimulus. Just like SHM in verilog-xl.
//$shm_open("shm.db");
//$shm_save;
//$shm_probe("AS");
BTW, I can dump VCD file out, but it's bigger. I don't know how to input VCD file to modelsim waveform windows.
Thanks.
Hi,
I want to store simulation result of modelsim with all signals and next time restore it without new simulation, so I can check the waveform that I care. How can I do it?
It's a binary file better and maybe can write something in verilog stimulus. Just like SHM in verilog-xl.
//$shm_open("shm.db");
//$shm_save;
//$shm_probe("AS");
BTW, I can dump VCD file out, but it's bigger. I don't know how to input VCD file to modelsim waveform windows.
Thanks.