Altera Quartus II Scripting User Manual Page 524

  • Download
  • Add to my manuals
  • Print
  • Page
    / 634
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 523
3–394 Chapter 3: Tcl Packages & Commands
sta
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
Example
project_open chiptrip
create_timing_netlist
set clocks [get_clocks]
foreach_in_collection clk $clocks {
puts "[get_clock_info $clk -name]: [get_clock_info $clk -period]"
}
delete_timing_netlist
project_close
Page view 523
1 2 ... 519 520 521 522 523 524 525 526 527 528 529 ... 633 634

Comments to this Manuals

No comments