
Chapter 2: SDC and TimeQuest API Package and Commands 2–85
sta
© December 2009 Altera Corporation SDC and TimeQuest API Reference Manual
Example
project_open chiptrip
create_timing_netlist
set clocks [get_clocks]
foreach_in_collection clk $clocks {
puts "[get_clock_info $clk -name]: [get_clock_info $clk -period]"
}
delete_timing_netlist
project_close
Komentáře k této Příručce