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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.5/] [rtl/] [bplib/] [s3board/] [tb/] [Makefile] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wfjm
# $Id: Makefile 311 2010-06-30 17:52:37Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2010-05-16   291   1.2.2  rename tb_memctl_s3sram->tb_s3_sram_memctl
6
# 2010-05-01   286   1.2.1  add tb_s3board_usp_dummy
7
# 2009-11-21   252   1.2    add ISim support
8
# 2007-11-26    98   1.1    use make includes
9
# 2007-09-23    84   1.0    Initial version
10
#
11
EXE_all = tb_s3board_dummy tb_s3board_fusp_dummy tb_s3_sram_memctl
12
#
13
ISE_PATH = xc3s1000-ft256-4
14
#
15
.phony : all all_ssim all_tsim clean
16
#
17
all      : $(EXE_all)
18
all_ssim : $(EXE_all:=_ssim)
19
all_tsim : $(EXE_all:=_tsim)
20
#
21
clean : ise_clean ghdl_clean isim_clean
22
#
23
#-----
24
#
25
include $(RETROBASE)/rtl/vlib/Makefile.ghdl
26
include $(RETROBASE)/rtl/vlib/Makefile.isim
27
include $(RETROBASE)/rtl/vlib/Makefile.xflow
28
#
29
VBOM_all = $(wildcard *.vbom)
30
#
31
include $(VBOM_all:.vbom=.dep_xst)
32
include $(VBOM_all:.vbom=.dep_ghdl)
33
include $(VBOM_all:.vbom=.dep_isim)
34
include $(wildcard *.o.dep_ghdl)
35
#

powered by: WebSVN 2.1.0

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