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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [ibus/] [Makefile] - Diff between revs 19 and 25

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

Rev 19 Rev 25
Line 1... Line 1...
# $Id: Makefile 477 2013-01-27 14:07:10Z mueller $
# $Id: Makefile 575 2014-07-27 20:55:41Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
 
# 2014-07-27   545   1.1.1  make reference board configurable via XTW_BOARD
# 2011-08-13   405   1.1    use includes from rtl/make
# 2011-08-13   405   1.1    use includes from rtl/make
# 2008-08-22   161   1.0    Initial version
# 2008-08-22   161   1.0    Initial version
#
#
VBOM_all = $(wildcard *.vbom)
VBOM_all = $(wildcard *.vbom)
NGC_all  = $(VBOM_all:.vbom=.ngc)
NGC_all  = $(VBOM_all:.vbom=.ngc)
#
#
# reference board for test synthesis is Spartan-6 based Nexys3
# reference board for test synthesis is Spartan-6 based Nexys3
include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk
ifndef XTW_BOARD
 
  XTW_BOARD=nexys3
 
endif
 
include $(RETROBASE)/rtl/make/xflow_default_$(XTW_BOARD).mk
#
#
.PHONY : all clean
.PHONY : all clean
#
#
all : $(NGC_all)
all : $(NGC_all)
#
#

powered by: WebSVN 2.1.0

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