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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [sys_gen/] [tst_rlink_cuff/] [nexys3/] [ic/] [tb/] [Makefile] - Blame information for rev 24

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 21 wfjm
# $Id: Makefile 512 2013-04-28 07:44:02Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2013-04-27   512   1.0    Initial version
6
#
7
EXE_all = tb_tst_rlink_cuff_ic_n3
8
#
9
include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk
10
#
11
.PHONY : all all_ssim all_tsim clean
12
#
13
all      : $(EXE_all)
14
all_ssim : $(EXE_all:=_ssim)
15
all_tsim : $(EXE_all:=_tsim)
16
#
17
clean : ise_clean ghdl_clean
18
        rm -f sys_tst_rlink_cuff_ic_n3.ucf
19
#
20
#-----
21
#
22
include $(RETROBASE)/rtl/make/generic_ghdl.mk
23
include $(RETROBASE)/rtl/make/generic_xflow.mk
24
#
25
VBOM_all = $(wildcard *.vbom)
26
#
27
ifndef DONTINCDEP
28
include $(VBOM_all:.vbom=.dep_xst)
29
include $(VBOM_all:.vbom=.dep_ghdl)
30
include $(wildcard *.o.dep_ghdl)
31
endif
32
#

powered by: WebSVN 2.1.0

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