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

Subversion Repositories plasma

[/] [plasma/] [tags/] [V2_1/] [tools/] [makefile] - Rev 22

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

all: convert.exe mips.exe tracehex.exe 

convert.exe: convert.c
        @cl convert.c

mips.exe: mips.c
        @cl mips.c

tracehex.exe: tracehex.c
        @cl tracehex.c

opcodes: 
        as -o opcodes.o opcodes.asm
        ld -Ttext 0 -eentry -otest.exe opcodes.o
        @objdump --disassemble-all test.exe > test.lst
        @convert
        -@mips test2.exe BD > test.txt
        @copy code.txt ..\vhdl

test: 
        @as -o boot.o boot.asm
        gcc -DMIPS -c -s test.c
        ld -Ttext 0 -eentry -otest.exe boot.o test.o
        @objdump --disassemble-all test.exe > test.lst
        @convert
        -@mips test2.exe BD > test.txt
        @copy code.txt ..\vhdl

run: code.txt mips.exe
        @mips test2.exe B



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

powered by: WebSVN 2.1.0

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