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.

How to write a TCL script to automate fpga editor

Status
Not open for further replies.

nag123

Member level 1
Joined
Jun 11, 2007
Messages
33
Helped
6
Reputation
12
Reaction score
1
Trophy points
1,288
Activity points
1,543
Hi,

I would like to automate the fpga editor commands.

Can any body have a example TCL script?
 

When you use FPGA editor, all your actions are saved to a log file in the project directory. The name of this log file is usually the top level of the project with an "_fpga_editor.log" appened to it. This is a text file that you can either convert into a batch file or convert into a TCL script.

I would suggest deleting the log file and then opening fpga editor and do only the commands you want performed. Then close fpga editor and use the new log file to create your script or batch.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top