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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [vlib/] [genlib/] [Makefile.ise] - Diff between revs 25 and 29

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

Rev 25 Rev 29
Line 1... Line 1...
# $Id: Makefile 575 2014-07-27 20:55:41Z mueller $
# $Id: Makefile 639 2015-01-30 18:12:19Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2014-07-27   545   1.2.1  make reference board configurable via XTW_BOARD
# 2014-07-27   545   1.2.1  make reference board configurable via XTW_BOARD
# 2011-08-13   405   1.2    use includes from rtl/make
# 2011-08-13   405   1.2    use includes from rtl/make
Line 13... Line 13...
#
#
# reference board for test synthesis is Spartan-6 based Nexys3
# reference board for test synthesis is Spartan-6 based Nexys3
ifndef XTW_BOARD
ifndef XTW_BOARD
  XTW_BOARD=nexys3
  XTW_BOARD=nexys3
endif
endif
include $(RETROBASE)/rtl/make/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/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.