mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 03:10:26 +00:00
Update example for GW1NR-9
This uses the Trenz TEC0117 on Gowin IDE 1.8.4
This commit is contained in:
parent
b51c972296
commit
6cf5157fe7
4 changed files with 28 additions and 47 deletions
|
@ -1,8 +1,7 @@
|
|||
#!/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
|
||||
$GOWIN_HOME/bin/gowin -d demo_syn.v -cst demo.cst -sdc demo.sdc -p GW1NR-9-QFN88-6 -pn GW1NR-LV9QN88C6/I5 -cfg device.cfg -bit -tr -ph -timing -gpa -rpt -warning_all
|
||||
|
||||
# post place&route simulation (icarus verilog)
|
||||
if false; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue