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

Subversion Repositories eco32

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

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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