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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [sys_gen/] [tst_rlink_cuff/] [atlys/] [ic/] [Makefile] - Blame information for rev 18

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

Line No. Rev Author Line
1 18 wfjm
# $Id: Makefile 472 2013-01-06 14:39:10Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2013-01-06   472   1.0    Initial version
6
#
7
#
8
VBOM_all  = $(wildcard *.vbom)
9
BIT_all   = $(VBOM_all:.vbom=.bit)
10
#
11
ISE_BOARD = atlys
12
ISE_PATH  = xc6slx45-csg324-2
13
FX2_FILE  = nexys3_jtag_2fifo_ic.ihx
14
#
15
XFLOWOPT_SYN = syn_s6_speed.opt
16
XFLOWOPT_IMP = imp_s6_speed.opt
17
#
18
.PHONY : all clean
19
#
20
all : $(BIT_all)
21
#
22
clean : ise_clean
23
        rm -f $(VBOM_all:.vbom=.ucf)
24
#
25
#----
26
#
27
include $(RETROBASE)/rtl/make/generic_xflow.mk
28
include $(RETROBASE)/rtl/make/generic_ghdl.mk
29
#
30
include $(VBOM_all:.vbom=.dep_xst)
31
include $(VBOM_all:.vbom=.dep_ghdl)
32
#

powered by: WebSVN 2.1.0

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