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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [sys_gen/] [tst_rlink_cuff/] [nexys3/] [ic/] [Makefile] - Diff between revs 18 and 19

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

Rev 18 Rev 19
Line 1... Line 1...
# $Id: Makefile 469 2013-01-05 12:29:44Z mueller $
# $Id: Makefile 477 2013-01-27 14:07:10Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2013-01-04   469   1.0    Initial version
# 2013-01-04   469   1.0    Initial version
#
#
#
#
VBOM_all  = $(wildcard *.vbom)
VBOM_all  = $(wildcard *.vbom)
BIT_all   = $(VBOM_all:.vbom=.bit)
BIT_all   = $(VBOM_all:.vbom=.bit)
#
#
ISE_BOARD = nexys3
include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk
ISE_PATH  = xc6slx16-csg324-2
 
FX2_FILE  = nexys3_jtag_2fifo_ic.ihx
FX2_FILE  = nexys3_jtag_2fifo_ic.ihx
#
#
XFLOWOPT_SYN = syn_s6_speed.opt
 
XFLOWOPT_IMP = imp_s6_speed.opt
 
#
 
.PHONY : all clean
.PHONY : all clean
#
#
all : $(BIT_all)
all : $(BIT_all)
#
#
clean : ise_clean
clean : ise_clean
Line 25... Line 21...
#----
#----
#
#
include $(RETROBASE)/rtl/make/generic_xflow.mk
include $(RETROBASE)/rtl/make/generic_xflow.mk
include $(RETROBASE)/rtl/make/generic_ghdl.mk
include $(RETROBASE)/rtl/make/generic_ghdl.mk
#
#
 
ifndef DONTINCDEP
include $(VBOM_all:.vbom=.dep_xst)
include $(VBOM_all:.vbom=.dep_xst)
include $(VBOM_all:.vbom=.dep_ghdl)
include $(VBOM_all:.vbom=.dep_ghdl)
 
endif
#
#

powered by: WebSVN 2.1.0

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