URL
https://opencores.org/ocsvn/mips789/mips789/trunk
Subversion Repositories mips789
[/] [mips789/] [branches/] [avendor/] [bench/] [LED/] [led.bat] - Rev 60
Go to most recent revision | Compare with Previous | Blame | View Log
path;
path=..\..\gccmips_elf
del *.axf
del *.txt
as -o boot.o ..\plasmaboot.asm
gcc -O2 -O -Wall -c -s ..\..\clib\dvc_lib.c
gcc -O2 -O -Wall -c -s LED.c
ld.exe -Ttext 0 -eentry -Map test.map -s -N -o test.axf boot.o dvc_lib.o LED.o
objdump.exe --disassemble test.axf > list.txt
convert_sp
gensim
genmif
#ser_dld 9600 COM1 N
copy *.mif ..\..\quartus2\*.mif
copy *.v ..\MODELSIM\*.v
Go to most recent revision | Compare with Previous | Blame | View Log