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

  • 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 369
3–240 Chapter 3: Tcl Packages & Commands
project
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
set_location_assignment
Usage
set_location_assignment [-comment <comment>] [-disable] [-remove] [-tag <data>] -to
<destination> <value>
Options
-comment <comment>: Comment
-disable: Option to disable assignment
-remove: Option to remove assignment
-tag <data>: Option to tag data to this assignment
-to <destination>: Destination of assignment
<value>: Assignment value
Description
Sets or removes a location assignment.
Assignments created or modified by using this Tcl command are not saved to the Quartus II Settings File
(.qsf) unless you explicitly call one of the following two Tcl commands:
export_assignments
project_close (unless "-dont_export_assignments" is specified)
These two Tcl commands reside in the ::quartus::project Tcl package. You must save assignment changes
before you run Quartus®II command-line executables. Note, however, that the Tcl commands
"execute_flow" and "execute_module" (part of the ::quartus::flow Tcl package) automatically call
"export_assignments" before they run command-line executables.
Example
set_location_assignment -to dst LOC
Zobrazit stránku 369
1 2 ... 365 366 367 368 369 370 371 372 373 374 375 ... 633 634

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

Žádné komentáře