Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16910 Discussions

Questasim simulation in batch mode

zuzubingo101
Beginner
1,259 Views

I have to automate the simulation, testing and verification of results in Modelsim (in Linux) without GUI. For that, I have to open the project, then run the script file(.do) and store the results in a list file. The mydofile.do contains following commands. add list /PATH/signal_a run 1000ps -all write list -window List result.lst

I am running the following command

Open the simulation project using vsim and time in picoseconds. "vsim" invokes the simulator. mydofile.do is a script file that configures and runs the simulation vsim -batch -t ps abc.abc_demo & -do mydofile.do

The simulation project opens, loads the design and executes the .do file successfully. However, at the end of the simulation, I get the following error Error: write list not supported

I have also tried using console mode as well with the following command vsim -c -t ps abc.abc_demo & -do mydofile.do But that results in "Error: No list window. (nothing logged?)"

If I run the simulation in GUI mode (vsim -t ps abc.abc_demo & -do mydofile.do), things work fine and result.lst file is stored with updated values.

How to achieve the required execution without opening GUI?

Labels (1)
0 Kudos
3 Replies
SyafieqS
Employee
1,209 Views

What version and edition of Quartus are you running for the simulation?

Does this issue still persist on latest Questa from latest Quartus release?


0 Kudos
SyafieqS
Employee
1,169 Views

May I know if there is any update from previous reply?


0 Kudos
SyafieqS
Employee
1,143 Views

: As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to https://supporttickets.intel.com/, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 5/5 survey


0 Kudos
Reply