2024-08-05 16:03:33 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
set -e
|
|
|
|
|
|
2024-03-07 07:05:24 +01:00
|
|
|
python3 -m manta gen manta.yaml manta.v
|
|
|
|
|
$YOSYS -p 'synth_ice40 -top top_level -json top_level.json' top_level.sv
|
|
|
|
|
$NEXTPNR_ICE40 --hx1k --json top_level.json --pcf top_level.pcf --asc top_level.asc
|
2024-11-27 22:40:20 +01:00
|
|
|
$ICEPACK top_level.asc top_level.bin
|