Altera Quartus II Scripting Manual do Utilizador Página 491

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 634
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 490
Chapter 3: Tcl Packages & Commands 3–361
simulator
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
get_simulation_memory_info
Usage
get_simulation_memory_info -node <hpath> <depth|width>
Options
-node <hpath>: Hierarchical path name of the logic memory
<depth|width>: Depth or width of the specified logic memory
Description
Returns the depth (number of words or addresses) or width (number of bits per memory word) of the
specified logic memory.
If neither "depth" nor "width" is specified as the positional argument, both depth and width information
are returned.
Example
Example 1
---------
# Get both memory depth and width information for
# node "|fast_write|lpm_rom:inst1|altrom:srom|content"
get_simulation_memory_info -node \
|fast_write|lpm_rom:inst1|altrom:srom|content
Example 2
---------
# Get memory depth information for
# node "|fast_write|lpm_rom:inst1|altrom:srom|content"
get_simulation_memory_info -node \
|fast_write|lpm_rom:inst1|altrom:srom|content depth
Example 3
---------
# Get memory width information for
# node "|fast_write|lpm_rom:inst1|altrom:srom|content"
get_simulation_memory_info -node \
|fast_write|lpm_rom:inst1|altrom:srom|content width
Vista de página 490
1 2 ... 486 487 488 489 490 491 492 493 494 495 496 ... 633 634

Comentários a estes Manuais

Sem comentários