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

Subversion Repositories eco32

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

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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