Altera Quartus II Scripting User Manual Page 519

  • Download
  • Add to my manuals
  • Print
  • Page
    / 634
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 518
Chapter 3: Tcl Packages & Commands 3–389
sta
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
get_available_operating_conditions
Usage
get_available_operating_conditions [-all]
Options
-all: Returns all available operating conditions
Description
Returns a Tcl collection of available operating conditions for the current device. The Tcl collection contains
the most extreme operating conditions within a user-specified junction temperature range. Use the -all
option to return all available operating conditions.
Example
#do report timing for different operating conditions
foreach_in_collection op [get_available_operating_conditions] {
set_operating_conditions $op
update_timing_netlist
report_timing
}
#see detailed information about operating conditions
foreach_in_collection op [get_available_operating_conditions] {
puts "Delay Model: [get_operating_conditions_info $op -model]"
}
Page view 518
1 2 ... 514 515 516 517 518 519 520 521 522 523 524 ... 633 634

Comments to this Manuals

No comments