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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [hwtests/] [tmrtest/] [Makefile] - Diff between revs 39 and 245

Only display areas with differences | Details | Blame | View Log

Rev 39 Rev 245
#
#
# Makefile for tmrtest ROM
# Makefile for tmrtest ROM
#
#
BUILD = ../../build
BUILD = ../../build
.PHONY:         all install run clean
.PHONY:         all install run clean
all:            tmrtest.exo
all:            tmrtest.exo
install:        tmrtest.exo
install:        tmrtest.exo
tmrtest.exo:    tmrtest.bin
tmrtest.exo:    tmrtest.bin
                $(BUILD)/bin/bin2exo -S2 0 tmrtest.bin tmrtest.exo
                $(BUILD)/bin/bin2exo -S2 0 tmrtest.bin tmrtest.exo
tmrtest.bin:    tmrtest.o
tmrtest.bin:    tmrtest.o
                $(BUILD)/bin/ld -h -rc 0xE0000000 \
                $(BUILD)/bin/ld -h -rc 0xE0000000 \
                  -o tmrtest.bin tmrtest.o
                  -o tmrtest.bin tmrtest.o
tmrtest.o:      tmrtest.s
tmrtest.o:      tmrtest.s
                $(BUILD)/bin/as -o tmrtest.o tmrtest.s
                $(BUILD)/bin/as -o tmrtest.o tmrtest.s
run:            tmrtest.bin
run:            tmrtest.bin
                $(BUILD)/bin/sim -i -t 1 -r tmrtest.bin
                $(BUILD)/bin/sim -i -s 1 -t 0 -r tmrtest.bin
 
 
clean:
clean:
                rm -f *~ tmrtest.o tmrtest.bin tmrtest.exo
                rm -f *~ tmrtest.o tmrtest.bin tmrtest.exo
 
 

powered by: WebSVN 2.1.0

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