Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe following may work for you:
report_timing -from_clock [get_clocks my_clock_name] -to [get_ports *] -npaths 1000 or if you want to use this within a script get_timing_paths -from_clock [get_clocks my_clock_name] -to [get_ports *] -npaths 1000 Hope that helps