2018-08-12 05:35:49 +08:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
rm -f picorv32.v
|
|
|
|
wget https://raw.githubusercontent.com/cliffordwolf/picorv32/master/picorv32.v
|
2018-09-04 10:23:00 +08:00
|
|
|
yosys picorv32.ys
|
2018-11-14 03:07:43 +08:00
|
|
|
../nextpnr-xc7 --json picorv32.json --xdl picorv32.xdl --pcf picorv32.pcf --freq 150
|
|
|
|
xdl -xdl2ncd picorv32.xdl
|
|
|
|
#bitgen -w blinky.ncd -g UnconstrainedPins:Allow
|
|
|
|
trce picorv32.ncd -v 10
|