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

Subversion Repositories w11

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 wfjm
# $Id: Makefile 453 2012-01-15 17:51:18Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2012-01-15   453   1.0    Initial version
6
#
7
#
8
VBOM_all  = $(wildcard *.vbom)
9
BIT_all   = $(VBOM_all:.vbom=.bit)
10
#
11
ISE_BOARD = nexys2
12
ISE_PATH  = xc3s1200e-fg320-4
13
FX2_FILE  = nexys2_jtag_2fifo_ic.ihx
14
#
15
.PHONY : all clean
16
#
17
all : $(BIT_all)
18
#
19
clean : ise_clean
20
        rm -f $(VBOM_all:.vbom=.ucf)
21
#
22
#----
23
#
24
include $(RETROBASE)/rtl/make/generic_xflow.mk
25
include $(RETROBASE)/rtl/make/generic_ghdl.mk
26
#
27
include $(VBOM_all:.vbom=.dep_xst)
28
include $(VBOM_all:.vbom=.dep_ghdl)
29
#

powered by: WebSVN 2.1.0

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