Motherboard Point

Go Back   Motherboard Point > General > Hardware
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Make file ...........Help Please

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-09-2003, 06:19 PM
 
MACEI'S


Hi Fellows,

How can I synthesize multiple file one by one using xilinx compiler in
MAKEFILE script. I have done using only one file but when I enter
multiple files in "VHDL= ....." field thenI get the following error.

make: *** No rule to make target `VIR3.vhd,VIR3_1.vhd,VIR3_2.vhd

Rgds

MACEI
Reply With Quote
  #2  
Old 07-10-2003, 06:18 AM
 
Rudolf Usselmann
Default Re: Make file ...........Help Please

(MACEI'S) wrote in message news:<. com>...
> Hi Fellows,
>
> How can I synthesize multiple file one by one using xilinx compiler in
> MAKEFILE script. I have done using only one file but when I enter
> multiple files in "VHDL= ....." field thenI get the following error.
>
> make: *** No rule to make target `VIR3.vhd,VIR3_1.vhd,VIR3_2.vhd
>
> Rgds
>
> MACEI


Well, you should definitely get the makefile hand book - it
has to many options ...

But, to summarize, you probably want something like this:

VHDL=VIR3.vhd VIR3_1.vhd VIR3_2.vhd # no commas !

$(VHDL):
synthesis_command $@

replace "synthesis command" with the name of your synthesis tool.
The "$@" will be automatically replaced with the vhdl file names.

Regards,
rudi
--------------------------------------------------------
www.asics.ws --- Solutions for your ASIC/FPGA needs ---
----------------- FPGAs * Full Custom ICs * IP Cores ---
FREE IP Cores --> http://www.asics.ws/ <-- FREE IP Cores
Reply With Quote
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump


All times are GMT. The time now is 05:30 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.