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

Subversion Repositories w11

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 wfjm
# $Id: Makefile 477 2013-01-27 14:07:10Z mueller $
2 15 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2011-11-25   432   1.0    Initial version
6
#
7
EXE_all = tb_w11a_n3
8
#
9 19 wfjm
include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk
10 15 wfjm
#
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
#
19
#-----
20
#
21
include $(RETROBASE)/rtl/make/generic_ghdl.mk
22
include $(RETROBASE)/rtl/make/generic_xflow.mk
23
#
24
VBOM_all = $(wildcard *.vbom)
25
#
26 19 wfjm
ifndef DONTINCDEP
27 15 wfjm
include $(VBOM_all:.vbom=.dep_xst)
28
include $(VBOM_all:.vbom=.dep_ghdl)
29
include $(wildcard *.o.dep_ghdl)
30 19 wfjm
endif
31 15 wfjm
#

powered by: WebSVN 2.1.0

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