Altera Quartus II Scripting Uživatelský manuál Strana 621

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 634
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 620
Chapter 3: Tcl Packages & Commands 3–491
timing_assignment
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
Example
## Set early clock latency to Clk0
set_clock_latency 2ns -to Clk0 -early
## Set early and late clock latency to Clk*
set_clock_latency 2ns -to Clk*
## Use assignment_group to set clock latency.
assignment_group "clock_group" -add_member "Clk*" -add_exception "Clk0"
set_clock_latency 2ns -to "clock_group" -early
## Commit the assignments to .qsf file.
export_assignments
Zobrazit stránku 620
1 2 ... 616 617 618 619 620 621 622 623 624 625 626 ... 633 634

Komentáře k této Příručce

Žádné komentáře