mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
5 lines
161 B
Bash
5 lines
161 B
Bash
#!/bin/bash
|
|
set -ex
|
|
yosys -ql synth.log -p 'synth_ice40 -blif synth.blif' ../../picorv32.v
|
|
arachne-pnr -d 8k -o synth.txt synth.blif
|
|
icepack synth.txt synth.bin
|