Altera Quartus II Scripting Instrukcja Użytkownika Strona 416

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 415
1 2 ... 411 412 413 414 415 416 417 418 419 420 421 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag