aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dhrystone/Makefile')
-rw-r--r--dhrystone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhrystone/Makefile b/dhrystone/Makefile
index 7e077b1..e799037 100644
--- a/dhrystone/Makefile
+++ b/dhrystone/Makefile
@@ -18,7 +18,7 @@ timing.exe: testbench.v ../picorv32.v
chmod -x timing.exe
dhry.hex: dhry.bin ../firmware/makehex.py
- python3 ../firmware/makehex.py $< > $@
+ python3 ../firmware/makehex.py $< 16384 > $@
dhry.bin: dhry.elf
riscv64-unknown-elf-objcopy -O binary $< $@