mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
6 lines
239 B
Bash
6 lines
239 B
Bash
#!/bin/bash
|
|
set -ex
|
|
yosys -p "synth_gowin -top demo -vout demo_syn.v" demo.v
|
|
$GOWIN_HOME/bin/gowin -d demo_syn.v -cst demo.cst -sdc demo.sdc -p GW2A55-PBGA484-6 \
|
|
-warning_all -out demo_out.v -rpt demo.rpt -tr demo_tr.html -bit demo.bit
|