mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 14:53:42 +00:00
Added examples/gowin/
This commit is contained in:
parent
ef603c6fe1
commit
84badc97b3
6 changed files with 57 additions and 0 deletions
5
examples/gowin/run.sh
Normal file
5
examples/gowin/run.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue