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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [bplib/] [fx2rlink/] [Makefile] - Diff between revs 29 and 35

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 29 Rev 35
Line 1... Line 1...
# $Id: Makefile 639 2015-01-30 18:12:19Z mueller $
# $Id: Makefile 733 2016-02-20 12:24:13Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2015-01-24   637   1.0.2  use nexys3 as default XTW_BOARD
# 2015-01-24   637   1.0.2  use nexys3 as default XTW_BOARD
# 2014-07-27   545   1.0.1  make reference board configurable via XTW_BOARD
# 2014-07-27   545   1.0.1  make reference board configurable via XTW_BOARD
Line 10... Line 10...
NGC_all  = $(VBOM_all:.vbom=.ngc)
NGC_all  = $(VBOM_all:.vbom=.ngc)
#
#
ifndef XTW_BOARD
ifndef XTW_BOARD
  XTW_BOARD=nexys3
  XTW_BOARD=nexys3
endif
endif
include $(RETROBASE)/rtl/make_ise/xflow_default_$(XTW_BOARD).mk
include ${RETROBASE}/rtl/make_ise/xflow_default_$(XTW_BOARD).mk
#
#
.PHONY : all clean
.PHONY : all clean
#
#
all : $(NGC_all)
all : $(NGC_all)
#
#
clean : ise_clean
clean : ise_clean
#
#
#----
#----
#
#
include $(RETROBASE)/rtl/make_ise/generic_xflow.mk
include ${RETROBASE}/rtl/make_ise/generic_xflow.mk
#
#
ifndef DONTINCDEP
ifndef DONTINCDEP
include $(VBOM_all:.vbom=.dep_xst)
include $(VBOM_all:.vbom=.dep_xst)
endif
endif
#
#

powered by: WebSVN 2.1.0

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