Altera Quartus II Scripting Manuel d'utilisateur Page 441

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 634
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 440
Chapter 3: Tcl Packages & Commands 3–311
sdc
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
The -setup and -hold options allow the false path to only be applied to the corresponding setup/recovery
or hold/removal checks. The default if neither value is specified is to apply the false path to both -setup
and -hold.
The values of the -from, -to, -through, and other similar options 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 help for the use_timequest_style_escaping command for
details.
See help for the set_clock_groups command for information.
Example
# Set a false-path between two unrelated clocks
# See also set_clock_groups
set_false_path -from [get_clocks clkA] -to [get_clocks clkB]
# Set a false-path for a specific path
set_false_path -from [get_pins regA|clk] -to [get_pins regB|aclr]
# Set a false-path from a node to a falling clock
set_false_path -from [get_pins regA|clk] -fall_to [get_clocks clkB]
Vue de la page 440
1 2 ... 436 437 438 439 440 441 442 443 444 445 446 ... 633 634

Commentaires sur ces manuels

Pas de commentaire