Altera_Forum
Honored Contributor
16 years agoProblem with Modelsim List
Hello,
I am trying to use a simulate.do file to simulate a project in VHDL, add signals to a list and print this list to an external file. But, even though I am running the simulation until 1ms, in my list all signals go only until 660ns... Here is a part of my simulate.do file: vsim work.topNoC set StdArithNoWarnings 1 add list sim:/topnoc/noc/router0000/sc/free add list sim:/topnoc/noc/router0000/sc/mux_in add list sim:/topnoc/noc/router0000/sc/mux_out add list sim:/topnoc/noc/router0000/sc/sel add list sim:/topnoc/noc/router0001/sc/free ... (more add list commands) add list sim:/topnoc/noc/router0101/op_local/tx run 1ms write list list.lst quit -sim quit -f I have also tried the log command instead of add list, but the result was the same. Does someone have a solution for that? Thanks in advance!