Encore SIM EDITOR SOFTWARE Betriebsanweisung Seite 414

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 449
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 413
17-30
VCD+ (vpd) File Generation
Create a task in source:
task sigon_instreg;
begin
$vcdpluson(test.risc1.instreg);
end
endtask
Then call the task from source code.
initial
sigon_instreg;
Or, enter the task name at the simulator
interactive prompt.
C1> sigon_instreg;
Using a shell command argument to enable task
execution:
vcs -f run.f +signal_on
initial
if ($test$plusargs("signal_on"))
sigon_instreg;
task sigon_instrg;
begin
$vcdpluson(test.risc1.instreg);
end
endtask
Seitenansicht 413
1 2 ... 409 410 411 412 413 414 415 416 417 418 419 ... 448 449

Kommentare zu diesen Handbüchern

Keine Kommentare