Altera Quartus II Scripting Manuel d'utilisateur Page 602

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 634
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 601
3–472 Chapter 3: Tcl Packages & Commands
stp
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
run_multiple_start
Usage
run_multiple_start
Options
None
Description
Defines the start of a set of "run" commands. This command is used when multiple instances of data
acquisition are started simultaneously. Add this command before the set of "run" commands that specify
data acquisition. Add "run_multiple_end" 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
Vue de la page 601
1 2 ... 597 598 599 600 601 602 603 604 605 606 607 ... 633 634

Commentaires sur ces manuels

Pas de commentaire