Altera Quartus II Scripting Manuale Utente Pagina 370

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 634
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 369
1 2 ... 365 366 367 368 369 370 371 372 373 374 375 ... 633 634

Commenti su questo manuale

Nessun commento