Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - NEWBIE: Command line synthesis with Webpack

 
Thread Tools Search this Thread
Old 09-23-2003, 09:16 PM   #1
Default NEWBIE: Command line synthesis with Webpack


I've been playing with WEBPACK and the Digilent DIO1 board to synthesise
some simple projects. But one thing is bothering me. I find the user
interface that Xilinx provide to be horrible. How do I synthesise on the
command line? I also would like to generate VHDL procedurally which is
another reason I'd like to use the command line. I was easily able to figure
out how to do basic synthesis in the GUI from the docs but I can't find a
description of the end-to-end process for the command line. I can check the
logs and that gives me partial information about what command line tools
have been executed by the GUI but it doesn't give complete information.

Please go easy, I'm a beginner at this stuff.
--
Dan




Torquemada
  Reply With Quote
Old 09-24-2003, 08:18 AM   #2
Falser Klaus
 
Posts: n/a
Default Re: NEWBIE: Command line synthesis with Webpack
In article <rS1cb.1383$>,
says...
> I've been playing with WEBPACK and the Digilent DIO1 board to synthesise
> some simple projects. But one thing is bothering me. I find the user
> interface that Xilinx provide to be horrible. How do I synthesise on the
> command line? I also would like to generate VHDL procedurally which is
> another reason I'd like to use the command line. I was easily able to figure
> out how to do basic synthesis in the GUI from the docs but I can't find a
> description of the end-to-end process for the command line. I can check the
> logs and that gives me partial information about what command line tools
> have been executed by the GUI but it doesn't give complete information.
>
> Please go easy, I'm a beginner at this stuff.
> --
> Dan
>
>
>


Read the documentation for XST. The information is there.

You have to write a command file "xst.src" for xst like this:

run
-ifn xst.prj
-case upper
-ifmt VHDL
-opt_mode SPEED
-opt_level 2
-ent encoder
-ofn result.ngc
-p XC95288XL-10-PQ208

The file xst.prj holds a list of all source files.

Afterwarts you call xst :

xst -ifn xst.scr

Hope this helps

--
Klaus Falser
Durst Phototechnik AG



Falser Klaus
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
NEWBIE - DVD burn problem - need help Vic Baron DVD Video 6 09-29-2005 10:56 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46