All_clocks, All_clocks –3 – Altera SDC and TimeQuest API User Manual

Page 13

Advertising
background image

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

Advertising