- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What version and edition of Quartus are you running for the simulation?
Does this issue still persist on latest Questa from latest Quartus release?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May I know if there is any update from previous reply?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
: 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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page