3 lines
321 B
Tcl
3 lines
321 B
Tcl
create_clock -name i_clk -period 37.04 -waveform {0 18.518} [get_ports {i_clk}] -add
|
|
report_timing -hold -from_clock [get_clocks {i_clk}] -to_clock [get_clocks {i_clk}] -max_paths 25 -max_common_paths 1
|
|
report_timing -setup -from_clock [get_clocks {i_clk}] -to_clock [get_clocks {i_clk}] -max_paths 25 -max_common_paths 1 |