
Chapter 2: SDC and TimeQuest API Package and Commands 2–3
sdc
© December 2009 Altera Corporation SDC and TimeQuest API Reference Manual
all_clocks
Usage
all_clocks
Options
None
Description
Returns a collection of all clocks in the design.
Example
project_open chiptrip
create_timing_netlist
foreach_in_collection clk [all_clocks] {
puts [get_clock_info -name $clk]
}
delete_timing_netlist
project_close
Kommentare zu diesen Handbüchern