aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-16 11:10:02 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-16 11:11:45 +0200
commitd8c3157bf889f3d57f014805417172d7f227b5fc (patch)
tree51731c74ac38ddf25f970708a364b22a6ec025da /dhrystone
parent0249d538fa61a5436b0e1f881b21d1c60960a32f (diff)
downloadpicorv32-d8c3157bf889f3d57f014805417172d7f227b5fc.tar.gz
picorv32-d8c3157bf889f3d57f014805417172d7f227b5fc.zip
Improved firmware for vivado "system" example
Diffstat (limited to 'dhrystone')
-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 $< $@