Altera Quartus II Scripting Manual de usuario Pagina 372

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 371
3–242 Chapter 3: Tcl Packages & Commands
project
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
The predefined Altera LPM_PIPELINE and LATENCY parameters can be assigned to an instance of a
megafunction or macrofunction. However, the parameter applies only to that instance, and is not
inherited by the subdesigns of that instance.
All logic options can be assigned as parameters for individual megafunctions or macrofunctions.
However, logic options cannot be assigned global, project-wide default parameter values.
Example
## Set project-wide, default WIDTH parameter value
set_parameter -name WIDTH 8
## Set entity-specific SIZE parameter value
## to "my_ram" entity
set_parameter -entity my_ram -name SIZE 16
## Specify the same parameter to a specific instance
## of my_ram
set_parameter -to "my_ram:ram_inst" -name SIZE 16
Vista de pagina 371
1 2 ... 367 368 369 370 371 372 373 374 375 376 377 ... 633 634

Comentarios a estos manuales

Sin comentarios