aboutsummaryrefslogtreecommitdiff
path: root/sw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Makefile')
-rw-r--r--sw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile b/sw/Makefile
index 3191ebe..0c8b0db 100644
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -12,7 +12,7 @@ LIBS =
all:
$(AS_MIPS) -o test.o test.asm
- $(LD_MIPS) -Ttext 0x0 -Tdata 0x1000 -eentry -o test.axf test.o
+ $(LD_MIPS) -Ttext 0x0 -Tdata 0x200 -eentry -o test.axf test.o
$(DUMP_MIPS) --disassemble test.axf > test.lst
$(COPY_MIPS) -O verilog -R .text test.axf data.vh
$(COPY_MIPS) -O verilog -R .data test.axf text.vh