Altera Quartus II Scripting Instrukcja Użytkownika Strona 609

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 608
Chapter 3: Tcl Packages & Commands 3–479
timing
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
remove_timing_tables
Usage
remove_timing_tables
Options
None
Description
Removes all custom timing tables from the database Requires that the ::quartus::report package be loaded
Example
project_open chiptrip
# Required by creating a report panel
load_package report
load_report
# Create timing netlist for reporting.
create_timing_netlist -skip_dat
# Remove all the previous timing tables.
remove_timing_tables
# Generate Top_10_Clock_Setup timing table.
report_timing -clock_setup -table "Top_10_Clock_Setup" -npaths 10
# Save changes to database. Otherwise changes will be discarded
# when the project gets closed or the report gets unloaded.
write_report_database
unload_report
project_close
Przeglądanie stron 608
1 2 ... 604 605 606 607 608 609 610 611 612 613 614 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag