Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Curious question on ModelSim

Status
Not open for further replies.

dpaul

Advanced Member level 5
Joined
Jan 16, 2008
Messages
1,799
Helped
317
Reputation
635
Reaction score
342
Trophy points
1,373
Location
Germany
Activity points
13,071
I am using ModelSim as my simulator on Windows.

I launch the ModelSim exec and then navigate to my project sim directory. At the TCL prompt I run the command 'do run.do' to compile the design and run the simulation.
Sometimes I also launch ModelSim from the FPGA vendor's project IDE (e.g. Libero 2022.1).

My question is regarding an intermediate file ModelSim creates under this simulation directory. A file with some random name with no extension is created by ModelSim. The size of this file is dependent on how long a simulation is run. This file is not being removed by ModelSim when I quit simulation. I regularly remove such files manually.

1661851144266.png


I guess that one cannot stop the creation of such a file, but what settings should be changed/set such that these intermediate files are removed by ModelSim when I quit ModelSim?
Any settings inside the modelsim.ini file?

Thanks.
 

I am using ModelSim as my simulator on Windows.

I launch the ModelSim exec and then navigate to my project sim directory. At the TCL prompt I run the command 'do run.do' to compile the design and run the simulation.
Sometimes I also launch ModelSim from the FPGA vendor's project IDE (e.g. Libero 2022.1).

My question is regarding an intermediate file ModelSim creates under this simulation directory. A file with some random name with no extension is created by ModelSim. The size of this file is dependent on how long a simulation is run. This file is not being removed by ModelSim when I quit simulation. I regularly remove such files manually.

View attachment 178294

I guess that one cannot stop the creation of such a file, but what settings should be changed/set such that these intermediate files are removed by ModelSim when I quit ModelSim?
Any settings inside the modelsim.ini file?

Thanks.
That is waveform log file.
Ideally should be over-written. I heard it fails to overwrite if modelsim crashes or is not closed nicely.
 

For me it never crashes.
You mean to say that I must quit/close ModelSim after every simulation run so that such files are always overwritten?
 

Not every time but if it happens, then delete all those files, restart modelsim. It sometimes worked for me. It seems file access issue.

Try also this setting to delete WLF after exiting sim:

1661873517684.png
 

Attachments

  • 1661873203919.png
    1661873203919.png
    42.3 KB · Views: 127
Thanks for that.

Found out that these files are called Dataset files.

I enabled option shown above and saved the settings. Then I stopped sim and quit ModelSim. However those Dataset files were still remaining and I have deleted them manually.

I will relaunch ModelSim fresh, run a simulation and then quit to see if a ModelSim restart is necessary for such a change to take effect.
 

Update...

Upon ModelSim exit after simulation has ended, does not delete the created wlf* file.
Whether this file will be overwritten by another wlf* file after the launch of a new sim is not know to me, but I will try it. For me it will also work if only one wlf* is created everytime.
 

If a vsim.wlf file is "open" in another program like in my case it's committed to source control so it's considered open, the file can't be deleted by Modelsim when a vsim command is run.

I usually need to manually delete the last vsim.wlf file that was generated from a previous run.
 
My vsim.wlf is not under some version control system.

The suggested solution from #4 also does not work!
If I make an RTL change, then at the modelsim transcript window run the command "do run.do", then for every time I re-compile my design, a new wlft* is generated (they are not over-written by modelsim de-64).
 

Modesim uses a vsim.wlf file, usage of a wlf**** file is the result of an OS file access problem.

The use of wlf*** by modelsim is caused by Modelsim not being able to delete an existing vsim.wlf file. If Modelsim determines that the vsim.wlf file is used when another vsim command is issued Modelsim will automatically open a wlf*** file and report that it did so in the transcript window.

In my example in #7 there seems to be an issue if I commit the vsim.wlf file (perhaps the file was still open in Modelsim) in our source control system.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top