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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [bplib/] [nexys4/] [tb/] [Makefile.ise] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 wfjm
# -*- makefile-gmake -*-
2
# $Id: Makefile.ise 733 2016-02-20 12:24:13Z mueller $
3 29 wfjm
#
4
#  Revision History:
5
# Date         Rev Version  Comment
6
# 2015-02-06   643   1.2    add nexys4_cram_aif
7
# 2015-02-01   641   1.1    drop nexys4_fusp_aif
8
# 2014-07-27   545   1.0.1  make reference board configurable via XTW_BOARD
9
# 2013-09-21   534   1.0    Initial version
10
#
11
EXE_all  = tb_nexys4_dummy tb_nexys4_cram_dummy
12
#
13
ifndef XTW_BOARD
14
  XTW_BOARD=nexys4
15
endif
16 35 wfjm
include ${RETROBASE}/rtl/make_ise/xflow_default_$(XTW_BOARD).mk
17 29 wfjm
#
18
.PHONY : all all_ssim all_tsim clean
19
#
20
all      : $(EXE_all)
21
all_ssim : $(EXE_all:=_ssim)
22
all_tsim : $(EXE_all:=_tsim)
23
#
24
clean : ise_clean ghdl_clean isim_clean
25
#
26
#-----
27
#
28 35 wfjm
include ${RETROBASE}/rtl/make_ise/generic_ghdl.mk
29
include ${RETROBASE}/rtl/make_ise/generic_isim.mk
30
include ${RETROBASE}/rtl/make_ise/generic_xflow.mk
31 29 wfjm
#
32
VBOM_all = $(wildcard *.vbom)
33
#
34
ifndef DONTINCDEP
35
include $(VBOM_all:.vbom=.dep_xst)
36
include $(VBOM_all:.vbom=.dep_ghdl)
37
include $(VBOM_all:.vbom=.dep_isim)
38
include $(wildcard *.o.dep_ghdl)
39
endif
40
#

powered by: WebSVN 2.1.0

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