jeongts
Newbie level 1
waveform dump in readable format ncv
When I perform the RTL simulation with NC-Verilog 5.60, I use the command '$shm_open("shm_dump");' in testbench to save the result of simulation(waveform) in .trn format.
But there is a problem. Sometimes the .trn file split into several files.
Well, I have two questions.
Question 1 : How can I save the waveform just in one .trn file?
Question 2 : If there is no way to save the waveform in one .trn file, how can I open the splited several .trn files with Simvision 5.60?
Thank you.
When I perform the RTL simulation with NC-Verilog 5.60, I use the command '$shm_open("shm_dump");' in testbench to save the result of simulation(waveform) in .trn format.
But there is a problem. Sometimes the .trn file split into several files.
Well, I have two questions.
Question 1 : How can I save the waveform just in one .trn file?
Question 2 : If there is no way to save the waveform in one .trn file, how can I open the splited several .trn files with Simvision 5.60?
Thank you.