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

  • 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 438
Chapter 3: Tcl Packages & Commands 3–309
sdc
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
set_disable_timing
Usage
set_disable_timing [-from <name>] [-to <name>] <cells>
Options
-from <name>: Valid source pin suffix
-to <name>: Valid destination pin suffix
<cells>: List of cells
Description
Disables a timing edge (arc) from inside a given cell or cells. Disabling a timing edge prevents timing
analysis through that edge. If either -from or -to (or both) are unspecified, the missing value or values are
replaced by a "*" character.
The values of the -from and -to are either collections or a Tcl list of wildcards used to create collections of
appropriate types. The values used must follow standard Tcl or TimeQuest-extension substitution rules.
See the help for use_timequest_style_escaping for details.
Example
set_disable_timing -from datain -to combout A|B
set_disable_timing -from carryin *
Zobrazit stránku 438
1 2 ... 434 435 436 437 438 439 440 441 442 443 444 ... 633 634

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

Žádné komentáře