diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 18:50:01 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 18:50:01 +0100 |
commit | 9c013ce74c393c4bb14d1722fefaeb27d57ccae3 (patch) | |
tree | 37f2205134835db180a2f1f6bf61f88a4e301423 /ice40 | |
parent | 98c594885698b557311ac84195599b35968719e0 (diff) | |
download | nextpnr-9c013ce74c393c4bb14d1722fefaeb27d57ccae3.tar.gz nextpnr-9c013ce74c393c4bb14d1722fefaeb27d57ccae3.tar.bz2 nextpnr-9c013ce74c393c4bb14d1722fefaeb27d57ccae3.zip |
Revert "Undo accidental picorv32.sh commit"
This reverts commit 98c594885698b557311ac84195599b35968719e0.
Diffstat (limited to 'ice40')
-rwxr-xr-x | ice40/picorv32.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ice40/picorv32.sh b/ice40/picorv32.sh index 2c67f641..0518db83 100755 --- a/ice40/picorv32.sh +++ b/ice40/picorv32.sh @@ -1,6 +1,6 @@ #!/bin/bash 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 top' picorv32.v picorv32_top.v -../nextpnr-ice40 --hx8k --asc picorv32.asc --json picorv32.json +#rm -f picorv32.v +#wget https://raw.githubusercontent.com/cliffordwolf/picorv32/master/picorv32.v +#yosys -p 'synth_ice40 -nocarry -json picorv32.json -top top' picorv32.v picorv32_top.v +CPUPROFILE=../profile ../nextpnr-ice40 --hx8k --asc picorv32.asc --json picorv32.json |