Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on
Make file ...........Help Please
- 07-09-2003
July 9, 2003, 5:19 pm

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

Re: Make file ...........Help Please

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
Site Timeline
- » how can I use a signal defined in one Architecture to another Architecture
- — Next thread in » Field-Programmable Gate Arrays
-
- » Synplify and then Quartus
- — Previous thread in » Field-Programmable Gate Arrays
-
- » Division Algorithms
- — Newest thread in » Field-Programmable Gate Arrays
-
- » Replacement for 741
- — The site's Newest Thread. Posted in » Electronics Design
-