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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [hwtests/] [tmrtest/] [Makefile] - Blame information for rev 245

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 hellwig
#
2
# Makefile for tmrtest ROM
3
#
4
 
5
BUILD = ../../build
6
 
7
.PHONY:         all install run clean
8
 
9
all:            tmrtest.exo
10
 
11
install:        tmrtest.exo
12
 
13
tmrtest.exo:    tmrtest.bin
14 39 hellwig
                $(BUILD)/bin/bin2exo -S2 0 tmrtest.bin tmrtest.exo
15 14 hellwig
 
16
tmrtest.bin:    tmrtest.o
17
                $(BUILD)/bin/ld -h -rc 0xE0000000 \
18
                  -o tmrtest.bin tmrtest.o
19
 
20
tmrtest.o:      tmrtest.s
21
                $(BUILD)/bin/as -o tmrtest.o tmrtest.s
22
 
23
run:            tmrtest.bin
24 245 hellwig
                $(BUILD)/bin/sim -i -s 1 -t 0 -r tmrtest.bin
25 14 hellwig
 
26
clean:
27
                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.