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

Subversion Repositories mips789

[/] [mips789/] [tags/] [arelease/] [bench/] [bootloader/] [bootloader.bat] - Blame information for rev 59

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

Line No. Rev Author Line
1 15 mcupro
path;
2
path=..\..\gccmips_elf
3
del *.axf
4
del *.txt
5
as -o boot.o ..\plasmaboot.asm
6
gcc  -O2 -O  -Wall -c -s ..\..\clib\dvc_lib.c
7
gcc  -O2 -O  -Wall -c -s bootloader.c
8
 
9
ld.exe -Ttext 0x1500 -eentry -Map test.map -s -N -o test.axf boot.o dvc_lib.o bootloader.o
10
 
11
objdump.exe --disassemble test.axf > list.txt
12
 
13
convert_sp 0x2000 128
14
gensim 0x1500
15
genmif 0x1500
16 35 mcupro
copy *.mif ..\..\quartus2\*.mif
17
#copy *.v ..\MODELSIM\*.v

powered by: WebSVN 2.1.0

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