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

Subversion Repositories t400

[/] [t400/] [trunk/] [sim/] [rtl_sim/] [Makefile] - Diff between revs 2 and 4

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

Rev 2 Rev 4
Line 1... Line 1...
##############################################################################
##############################################################################
#
#
# Makefile for the T400 Core project.
# Makefile for the T400 Core project.
#
#
 
# $Id: Makefile,v 1.2 2006-05-06 02:04:27 arniml Exp $
 
#
# The dependencies for all VHDL source files are stored here.
# The dependencies for all VHDL source files are stored here.
#
#
# Copyright (c) 2006, Arnim Laeuger (arnim.laeuger@gmx.net)
# Copyright (c) 2006, Arnim Laeuger (arnim.laeuger@gmx.net)
#
#
# All rights reserved
# All rights reserved
Line 248... Line 250...
work/t410_rom-lpm-c.o: $(BENCH_DIR)/t410_rom-lpm-c.vhd \
work/t410_rom-lpm-c.o: $(BENCH_DIR)/t410_rom-lpm-c.vhd \
                       work/lpm_rom.o                  \
                       work/lpm_rom.o                  \
                       work/t410_rom-lpm-a.o
                       work/t410_rom-lpm-a.o
        $(ANALYZE) $<
        $(ANALYZE) $<
 
 
work/tb_core.o: $(BENCH_DIR)/tb_core.vhd     \
 
                work/t400_opt_pack-p.o       \
 
                work/t400_core_comp_pack-p.o
 
        $(ANALYZE) $<
 
work/tb_core-c.o: $(BENCH_DIR)/tb_core-c.vhd \
 
                  work/t400_core-c.o         \
 
                  work/lpm_ram_dq.o          \
 
                  work/tb_core.o
 
        $(ANALYZE) $<
 
 
 
work/tb_t411.o: $(BENCH_DIR)/tb_t411.vhd       \
work/tb_t411.o: $(BENCH_DIR)/tb_t411.vhd       \
                work/t400_opt_pack-p.o         \
                work/t400_opt_pack-p.o         \
                work/t400_system_comp_pack-p.o
                work/t400_system_comp_pack-p.o
        $(ANALYZE) $<
        $(ANALYZE) $<
work/tb_t411-c.o: $(BENCH_DIR)/tb_t411-c.vhd \
work/tb_t411-c.o: $(BENCH_DIR)/tb_t411-c.vhd \
Line 271... Line 263...
 
 
##############################################################################
##############################################################################
 
 
 
 
.PHONY: elaborate
.PHONY: elaborate
elaborate: tb_core_behav_c0 tb_t411_behav_c0
elaborate: tb_t411_behav_c0
 
 
tb_core_behav_c0: work/tb_core-c.o
 
        $(ELABORATE) $@
 
 
 
tb_t411_behav_c0: work/tb_t411-c.o
tb_t411_behav_c0: work/tb_t411-c.o
        $(ELABORATE) $@
        $(ELABORATE) $@
 
 
 
 
.PHONY: analyze
.PHONY: analyze
analyze: work work/tb_core-c.o work/tb_t411-c.o
analyze: work work/tb_t411-c.o
 
 
 
 
.PHONY: clean
.PHONY: clean
clean:
clean:
        rm -rf *~ UNUSED *hex \
        rm -rf *~ UNUSED *hex \
        tb_core_behav_c0      \
 
        tb_t411_behav_c0      \
        tb_t411_behav_c0      \
        work
        work

powered by: WebSVN 2.1.0

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