aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent0249d538fa61a5436b0e1f881b21d1c60960a32f (diff)
downloadpicorv32-d8c3157bf889f3d57f014805417172d7f227b5fc.tar.gz
picorv32-d8c3157bf889f3d57f014805417172d7f227b5fc.zip
Improved firmware for vivado "system" example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 897f5cb..b5244ce 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ synth.v: picorv32.v scripts/yosys/synth_sim.ys
yosys -qv3 -l synth.log scripts/yosys/synth_sim.ys
firmware/firmware.hex: firmware/firmware.bin firmware/makehex.py
- python3 firmware/makehex.py $< > $@
+ python3 firmware/makehex.py $< 16384 > $@
firmware/firmware.bin: firmware/firmware.elf
$(TOOLCHAIN_PREFIX)objcopy -O binary $< $@