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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [tst_rlink/] [nexys2/] [Makefile] - Blame information for rev 13

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

Line No. Rev Author Line
1 13 wfjm
# $Id: Makefile 410 2011-09-18 11:23:09Z mueller $
2 10 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5 12 wfjm
# 2011-08-13   405   1.1    use includes from rtl/make
6 10 wfjm
# 2010-12-29   351   1.0    Initial version
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
#
14 12 wfjm
.PHONY : all clean
15 10 wfjm
#
16
all : $(BIT_all)
17
#
18
clean : ise_clean
19
        rm -f sys_tst_rlink_n2.ucf
20
#
21
#----
22
#
23 12 wfjm
include $(RETROBASE)/rtl/make/generic_xflow.mk
24
include $(RETROBASE)/rtl/make/generic_ghdl.mk
25 10 wfjm
#
26
include $(VBOM_all:.vbom=.dep_xst)
27
include $(VBOM_all:.vbom=.dep_ghdl)
28
#

powered by: WebSVN 2.1.0

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