aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/picorv32.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-13 17:38:34 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-13 17:38:34 +0200
commit1a3d0f2f5dd763e08a237d53e92d775704f46f01 (patch)
tree968bc5b9085f3d96a2f1c93b0dac942dec4a0e75 /ice40/picorv32.sh
parent16ee2a89a8cf11cd7126cd4e352a096115ba0e1e (diff)
downloadnextpnr-1a3d0f2f5dd763e08a237d53e92d775704f46f01.tar.gz
nextpnr-1a3d0f2f5dd763e08a237d53e92d775704f46f01.tar.bz2
nextpnr-1a3d0f2f5dd763e08a237d53e92d775704f46f01.zip
Add picorv32_top module with fewer IO pins
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/picorv32.sh')
-rwxr-xr-xice40/picorv32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/picorv32.sh b/ice40/picorv32.sh
index 9d171e76..2c67f641 100755
--- a/ice40/picorv32.sh
+++ b/ice40/picorv32.sh
@@ -2,5 +2,5 @@
set -ex
rm -f picorv32.v
wget https://raw.githubusercontent.com/cliffordwolf/picorv32/master/picorv32.v
-yosys -p 'synth_ice40 -nocarry -json picorv32.json -top picorv32' picorv32.v
+yosys -p 'synth_ice40 -nocarry -json picorv32.json -top top' picorv32.v picorv32_top.v
../nextpnr-ice40 --hx8k --asc picorv32.asc --json picorv32.json