Files
OpenSTA/examples/sdf_delays.tcl
James Cherry b04def2de0 compress example liberty files
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2024-10-05 18:12:23 -07:00

9 lines
215 B
Tcl

# sdf example
read_liberty nangate45_slow.lib.gz
read_verilog example1.v
link_design top
read_sdf example1.sdf
create_clock -name clk -period 10 {clk1 clk2 clk3}
set_input_delay -clock clk 0 {in1 in2}
report_checks