blob: 288419b3cdcd08f900179e5e4e601733b4e108c0 [file] [log] [blame]
yosys -import
plugin -i sdc
yosys -import
read_verilog $::env(DESIGN_TOP).v
synth_xilinx
create_clock -period 10 clk
propagate_clocks
write_sdc $::env(DESIGN_TOP)_1.sdc
write_json $::env(DESIGN_TOP).json
design -push
read_json $::env(DESIGN_TOP).json
write_sdc $::env(DESIGN_TOP)_2.sdc