Altera Quartus II Scripting Manual do Utilizador Página 500

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 634
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 499
3–370 Chapter 3: Tcl Packages & Commands
simulator
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
run_simulation
Usage
run_simulation [-time <time>]
Options
-time <time>: Length of time the simulation runs in nanoseconds
Description
Instructs the Simulator to simulate for a specified time. If you do not specify the length of time the
simulation runs, the Simulator simulates until the simulation is complete.
Example
Example 1
---------
project_open lelut
initialize_simulation
# Simulate the design until the it is complete
run_simulation
project_close
Example 2
---------
project_open lelut
initialize_simulation
# Simulate design for 10ns
run_simulation -time 10ns
# Change value of node "clk1" to 0
force_simulation_value -node clk1 0
# Simulate design for another 20ns
run_simulation -time 20ns
# Change value of node "clk0" to 1
force_simulation_value -node clk0 1
# Simulate until it is complete
run_simulation
project_close
Vista de página 499
1 2 ... 495 496 497 498 499 500 501 502 503 504 505 ... 633 634

Comentários a estes Manuais

Sem comentários