mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 12:50:33 +00:00
add broken TCL run script
This commit is contained in:
parent
a6d81a8d14
commit
06062090da
2 changed files with 18 additions and 0 deletions
8
examples/gowin/pnr.cfg
Normal file
8
examples/gowin/pnr.cfg
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
-sdf
|
||||||
|
-oc
|
||||||
|
-ibs
|
||||||
|
-posp
|
||||||
|
-o
|
||||||
|
-warning_all
|
||||||
|
-tt
|
||||||
|
-timing
|
10
examples/gowin/run.tcl
Normal file
10
examples/gowin/run.tcl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# gw_sh run.tcl
|
||||||
|
exec yosys -p "synth_gowin -top demo -vout demo_syn.v" demo.v
|
||||||
|
add_file -cst demo.cst
|
||||||
|
add_file -sdc demo.sdc
|
||||||
|
add_file -vm demo_syn.v
|
||||||
|
add_file -cfg device.cfg
|
||||||
|
add_setting -pnr pnr.cfg
|
||||||
|
set_option -device GW1NR-9-QFN88-6
|
||||||
|
set_option -pn GW1NR-LV9QN88C6/I5
|
||||||
|
run_pnr
|
Loading…
Add table
Add a link
Reference in a new issue