blob: 39a51c0a5c65736729671df80b88a74f1d52c51c [file] [log] [blame]
yosys -import
plugin -i sdc
#Import the commands from the plugins to the tcl interpreter
yosys -import
read_verilog set_false_path.v
# Some of symbiflow expects eblifs with only one module.
synth_xilinx -vpr -flatten -abc9 -nosrl -noclkbuf -nodsp
# -to inter_wire net
set_false_path -to inter_wire
# -from clk net (quiet)
set_false_path -quiet -from clk
# -from clk to bottom_inst/I
set_false_path -from clk -to bottom_inst.I
write_sdc set_false_path.sdc