All_clocks, Usage, Options – Altera Quartus II Scripting User Manual

Page 413: Description, Example, All_clocks –283

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–283

sdc

© July 2013

Altera Corporation

Quartus II Scripting 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