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

Subversion Repositories mlite

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 169 to Rev 170
    Reverse comparison

Rev 169 → Rev 170

/trunk/tools/makefile
21,6 → 21,9
convert_bin.exe: convert.c
@$(CC_X86) -o convert_bin.exe convert.c
 
convert_le.exe: convert.c
@$(CC_X86) -DLITTLE_ENDIAN -o convert_le.exe convert.c
 
mlite.exe: mlite.c
@$(CC_X86) -o mlite.exe mlite.c -DWIN32
 
105,10 → 108,23
convert_bin
copy code.txt ..\vhdl
 
bootldr_little_endian: all convert_le.exe
$(AS_MIPS) -EL -o boot.o boot.asm
$(GCC_MIPS) -EL bootldr.c
$(GCC_MIPS) -EL no_os.c
$(LD_MIPS) -EL -Ttext 0 -eentry -Map test.map -s -N -o test.exe \
boot.o bootldr.o no_os.o
@$(DUMP_MIPS) --disassemble test.exe > test.lst
convert_le
copy code.txt ..\vhdl
 
# Run a MIPS opcode simulator
run: mlite.exe
@mlite test.bin
 
run_little_endian: mlite.exe
@mlite test.bin L
 
disassemble:
-@mlite test.bin BD > test.txt
 

powered by: WebSVN 2.1.0

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