Altera Quartus II Scripting Manual de usuario Pagina 210

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 209
3–80 Chapter 3: Tcl Packages & Commands
chip_planner
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
set_port_info
Usage
set_port_info [-gen_id <gen id>] -info <information type> [-node <node id>] [-port_id
<port id>] [-type <iport|oport>]
Options
-gen_id <gen id>: Port generic ID
-info <information type>: Type of information and the new value
-node <node id>: Node ID
-port_id <port id>: Port ID
-type <iport|oport>: Option to specify the port as an input or output port
Description
Sets the requested information for the specified port.
To get available information types, use the get_info_parameters command.
Returns 1, if the information type and new value are legal for the specified port, or returns 0 and the port
remains unchanged.
Example
set_port_info -node 3 -info invert 1 -port_id 2 -type iport
Vista de pagina 209
1 2 ... 205 206 207 208 209 210 211 212 213 214 215 ... 633 634

Comentarios a estos manuales

Sin comentarios