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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [rtl/] [w11a/] [tb/] [Makefile] - Diff between revs 9 and 12

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

Rev 9 Rev 12
Line 1... Line 1...
# $Id: Makefile 351 2010-12-30 21:50:54Z mueller $
# $Id: Makefile 405 2011-08-14 08:16:28Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
 
# 2011-08-13   405   1.4    use includes from rtl/make
# 2010-12-30   351   1.3    retire tb_rripdp_pdp11core tb_rriext_pdp11core
# 2010-12-30   351   1.3    retire tb_rripdp_pdp11core tb_rriext_pdp11core
# 2009-11-22   252   1.2    add ISim support
# 2009-11-22   252   1.2    add ISim support
# 2007-09-16    83   1.1.1  add include *.o.dep_ghdl
# 2007-09-16    83   1.1.1  add include *.o.dep_ghdl
# 2007-07-06    64   1.1    use vbom's
# 2007-07-06    64   1.1    use vbom's
# 2007-06-17    58   1.0    Initial version
# 2007-06-17    58   1.0    Initial version
#
#
EXE_all = tb_pdp11core tb_rlink_tba_pdp11core
EXE_all = tb_pdp11core tb_rlink_tba_pdp11core
#
#
#
#
.phony : all all_ssim all_tsim clean
.PHONY : all all_ssim all_tsim clean
#
#
all      : $(EXE_all)
all      : $(EXE_all)
all_ssim : $(EXE_all:=_ssim)
all_ssim : $(EXE_all:=_ssim)
all_tsim : $(EXE_all:=_tsim)
all_tsim : $(EXE_all:=_tsim)
#
#
clean : ise_clean ghdl_clean isim_clean
clean : ise_clean ghdl_clean isim_clean
#
#
#-----
#-----
#
#
include $(RETROBASE)/rtl/vlib/Makefile.ghdl
include $(RETROBASE)/rtl/make/generic_ghdl.mk
include $(RETROBASE)/rtl/vlib/Makefile.isim
include $(RETROBASE)/rtl/make/generic_isim.mk
include $(RETROBASE)/rtl/vlib/Makefile.xflow
include $(RETROBASE)/rtl/make/generic_xflow.mk
#
#
VBOM_all = $(wildcard *.vbom)
VBOM_all = $(wildcard *.vbom)
#
#
include $(VBOM_all:.vbom=.dep_xst)
include $(VBOM_all:.vbom=.dep_xst)
include $(VBOM_all:.vbom=.dep_ghdl)
include $(VBOM_all:.vbom=.dep_ghdl)

powered by: WebSVN 2.1.0

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