Automatize simulations in Modelsim

Status
Not open for further replies.

javierh.santiago

Junior Member level 2
Joined
Dec 4, 2017
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
225
Would like to generate VCD files for multiples circuits in Modelsim in order to estimate power with PrimeTime. I automatized the process of synthesis in Design Compiler using "dc_shell -f myScript.tcl". Is there a similar way to do this in Modelsim without the need of opennig the GUI?

Francisco.
 

Use "vsim -c" for the command line option, which won't open the gui.
 

You want

vsim -batch -do myScript.do <args>

This is quicker than -c as it doesn't invoke an interactive Tcl shell
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…