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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [vlib/] [cdclib/] [Makefile] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 36 wfjm
# $Id: Makefile 757 2016-04-02 11:19:06Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2016-04-02   757   1.0    Initial version
6
#
7
VBOM_all = $(wildcard *.vbom)
8
DCP_all  = $(VBOM_all:.vbom=_syn.dcp)
9
#
10
# reference board for test synthesis is Artix-7 based Nexys4
11
ifndef XTW_BOARD
12
  XTW_BOARD=nexys4
13
endif
14
include ${RETROBASE}/rtl/make_viv/viv_default_$(XTW_BOARD).mk
15
#
16
.PHONY : catch all
17
#
18
catch :
19
        @echo "no default target defined, use"
20
        @echo "  make all"
21
        @echo "  make _syn.dcp"
22
        @exit 1
23
#
24
all : $(DCP_all)
25
#
26
clean : viv_clean
27
#
28
#-----
29
#
30
include ${RETROBASE}/rtl/make_viv/generic_vivado.mk
31
#
32
VBOM_all = $(wildcard *.vbom)
33
#
34
ifndef DONTINCDEP
35
include $(VBOM_all:.vbom=.dep_vsyn)
36
endif
37
#

powered by: WebSVN 2.1.0

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