Altera Quartus II Scripting Manual de usuario Pagina 601

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 600
Chapter 3: Tcl Packages & Commands 3–471
stp
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
run_multiple_end
Usage
run_multiple_end
Options
None
Description
Defines the end of a set of "run" commands. This command is used when multiple instances of data
acquisition are started simultaneously. Add "run_multiple_start" before the set of "run" commands that
specify data acquisition. Add this command after the set of commands.
If "run_multiple_end" is not included, the "run" commands do not execute.
Example
#opens signaltap session
open_session -name stp1.stp
#start acquisition of instance auto_signaltap_0 and auto_signaltap_1 at
# the same time
#calling run_multiple_end will start all instances run after
# run_multiple_start call
run_multiple_start
run -instance auto_signaltap_0 -signal_set signal_set_1 -trigger \
trigger_1 -data_log log_1 -timeout 5
run -instance auto_signaltap_1 -signal_set signal_set_1 -trigger \
trigger_1 -data_log log_1 -timeout 5
run_multiple_end
#close signaltap session
close_session
Vista de pagina 600
1 2 ... 596 597 598 599 600 601 602 603 604 605 606 ... 633 634

Comentarios a estos manuales

Sin comentarios