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

Subversion Repositories xulalx25soc

[/] [xulalx25soc/] [trunk/] [bench/] [asm/] [Makefile] - Blame information for rev 4

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 dgisselq
################################################################################
2
##
3
## Filename:    Makefile
4
##
5
## Project:     XuLA2 board
6
##
7
## Purpose:
8
##
9
##
10
## Creator:     Dan Gisselquist, Ph.D.
11
##              Gisselquist Technology, LLC
12
##
13
################################################################################
14
##
15
## Copyright (C) 2015, Gisselquist Technology, LLC
16
##
17
## This program is free software (firmware): you can redistribute it and/or
18
## modify it under the terms of  the GNU General Public License as published
19
## by the Free Software Foundation, either version 3 of the License, or (at
20
## your option) any later version.
21
##
22
## This program is distributed in the hope that it will be useful, but WITHOUT
23
## ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
24
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
25
## for more details.
26
##
27
## License:     GPL, v3, as defined and found on www.gnu.org,
28
##              http:##www.gnu.org/licenses/gpl.html
29
##
30
##
31
################################################################################
32
##
33
##
34
all: memtest.z
35
ZIPD := $(HOME)/work/rnd/zipcpu/trunk
36
ZASM := $(ZIPD)/sw/zasm/zasm
37
ZDUMP:= $(ZIPD)/sw/zasm/zdump
38
 
39
.PHONY: genlrs
40
genlrs: genlrs.z
41
genlrs.z: genlrs.S
42
        $(ZASM) $< -o $@
43
genlrs.txt: genlrs.z
44
        $(ZDUMP) $< > $@
45
 
46
.PHONY: cputest
47
cputest: cputest.z
48
cputest.z: cputest.S sys.i
49
        $(ZASM) $< -o $@
50
cputest.txt: cputest.z
51
        $(ZDUMP) $< > $@
52
 
53
.PHONY: memtest
54
memtest: memtest.z
55
memtest.z: memtest.S
56
        $(ZASM) $< -o $@
57
memtest.txt: memtest.z
58
        $(ZDUMP) $< > $@
59
 
60
.PHONY:
61
clean:
62
        @rm memtest.z memtest.txt

powered by: WebSVN 2.1.0

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