Modelsim simulation results in tabular format

F

Fazela

Guest
Hello All,
I have a verilog design with large number of inputs and outputs. I used
Xilinx ISE and Modelsim to simulate it and considering that it is a big
design, the simulation results displayed in the Waveform window are not
very friendly, because it is impossible to scroll and check each value.
I needed some help to write out the same results in a tabular format or
so. I tried to use the list window, but signals need to be dragged on
it and it is not very easy either. Is there some quick solution to just
be able to view the results?

Thanks,
Fazela
 
Fazela wrote:

I have a verilog design with large number of inputs and outputs. I used
Xilinx ISE and Modelsim to simulate it and considering that it is a big
design, the simulation results displayed in the Waveform window are not
very friendly, because it is impossible to scroll and check each value.
Consider having the testbench check each value.

-- Mike Treseler
 
Hi Mike,
I am kind of new to writing testbenches. Is there a link or a tutorial
that you may know of that you could please let me know.

Thanks a lot,
Fazela
 
Fazela wrote:

I am kind of new to writing testbenches. Is there a link or a tutorial
that you may know of that you could please let me know.
http://direct.xilinx.com/bvdocs/appnotes/xapp199.pdf

Good luck.

-- Mike Treseler
 
Hi,
It is not required for you to pull the signals manually. you could
write a script file with the following commands "list add <signal
name>; run -all; list write ; quit -force". Then the file will be
created automatically.
Regards,
Naren.
 

Welcome to EDABoard.com

Sponsor

Back
Top