yosys/examples/gowin/run.tcl

10 lines
263 B
Tcl
Raw Normal View History

2019-09-04 07:47:59 -05:00
# 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
set_option -device GW1NR-9-QFN88-6
set_option -pn GW1NR-LV9QN88C6/I5
2019-09-04 08:35:33 -05:00
run_pnr -opt pnr.cfg