Add opt_ffinv pass.
[yosys.git] / examples / basys3 / run_prog.tcl
1 open_hw
2 connect_hw_server
3 open_hw_target [lindex [get_hw_targets] 0]
4 set_property PROGRAM.FILE example.bit [lindex [get_hw_devices] 0]
5 program_hw_devices [lindex [get_hw_devices] 0]