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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top