Altera Quartus II Scripting User Manual Page 416

  • Download
  • Add to my manuals
  • Print
  • Page
    / 634
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 415
3–286 Chapter 3: Tcl Packages & Commands
sdc
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
all_registers
Usage
all_registers
Options
None
Description
Returns a collection of all regisers in the design.
Example
project_open chiptrip
create_timing_netlist
foreach_in_collection reg [all_registers] {
puts [get_register_info -name $reg]
}
report_timig -from [all_regisers] -to [all_registers]
delete_timing_netlist
project_close
Page view 415
1 2 ... 411 412 413 414 415 416 417 418 419 420 421 ... 633 634

Comments to this Manuals

No comments