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.

Which TCL command in Modelsim opens Leonardo spectrum?

Status
Not open for further replies.

vcnvcc

Full Member level 2
Joined
Jul 21, 2006
Messages
132
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Activity points
2,210
From Modelsim, i want to open Leonardo spectrum using tcl command. Which command i should use, and where to write that command in modelsim so that i can invoke the tool using tcl command.

Thanks.
 

Re: Which TCL Command?

@vncvcc,
refer to respective tools user guide for the TCL commands....
 

Which TCL Command?

exec _and_the_path_to_the_Leonardo_exe

You have to write path in brackets {} (exec {C:\Leonardo.exe}), or with \ before \ (exec C:\\Leonardo.exe)

You can execute this script in ModelSim in the command window
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top