Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
julien377
Posts: 3
Registered: ‎05-05-2011
0

FPGA Editor scripts

Hello,

 

I would like to know if it is possible to run an FPGA Editor script without actually launching FPGA Editor, for example a script that generates DIRT constraints.

 

Is there some kind of command that allows the user to specify the design_routed.ncd and the script.scr as parameters ?

 

 

Thanks.

Xilinx Employee
mcgett
Posts: 3,504
Registered: ‎01-03-2008
0

Re: FPGA Editor scripts

All of the ISE tools can be run from the command line with no need for Project Navigator.  This is how I run the tools about 99% of the time.

 

You can use either of the following to see the available options:

fpga_editor -help  (GUI version)

fpga_edline -help   (non-GUI version)

------------------------------------------------------------------
Have you tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
Xilinx Employee
barriet
Posts: 2,437
Registered: ‎08-13-2007
0

Re: FPGA Editor scripts

You may also find this useful:

http://www.xilinx.com/publications/archives/xcell/Xcell66.pdf see "Digital Duct Tape with FPGA Editor"

 

Cheers,

bt