From d8c3157bf889f3d57f014805417172d7f227b5fc Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 16 Jul 2015 11:10:02 +0200 Subject: Improved firmware for vivado "system" example --- dhrystone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhrystone') 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 $< $@ -- cgit