OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [tst_fx2loop/] [nexys3/] [ic/] [Makefile] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 29 wfjm
# $Id: Makefile 639 2015-01-30 18:12:19Z mueller $
2 21 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2012-04-09   461   1.0    Initial version
6
#
7
#
8
VBOM_all  = $(wildcard *.vbom)
9
BIT_all   = $(VBOM_all:.vbom=.bit)
10
#
11 29 wfjm
include $(RETROBASE)/rtl/make_ise/xflow_default_nexys3.mk
12 21 wfjm
FX2_FILE  = nexys3_jtag_2fifo_ic.ihx
13
#
14
.PHONY : all clean
15
#
16
all : $(BIT_all)
17
#
18
clean : ise_clean
19
        rm -f $(VBOM_all:.vbom=.ucf)
20
#
21
#----
22
#
23 29 wfjm
include $(RETROBASE)/rtl/make_ise/generic_xflow.mk
24
include $(RETROBASE)/rtl/make_ise/generic_ghdl.mk
25 21 wfjm
#
26
ifndef DONTINCDEP
27
include $(VBOM_all:.vbom=.dep_xst)
28
include $(VBOM_all:.vbom=.dep_ghdl)
29
endif
30
#

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.