Encore SIM EDITOR SOFTWARE Betriebsanweisung Seite 413

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 449
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 412
17-29
VCD+ (vpd) File Generation
Figure 17-8 Example Definition of VCD+ Signal Capture (Recording)
Methods
You can implement signal data capture (recording) control in the
source code and at the shell command line, as shown in the following
Verilog examples.
fork
#0 $vcdplusglitchon;
#100 $vcdpluson (1,B);
#200 $vcdplusdeltacycleon;
#200 $vcdpluson (1,C);
#300 $vcdplusdeltacycleoff;
#300 $vcdplusoff (1,B);
#500 $vcdplusoff (1,C);
#600 $vcdpluson (D.clk);
#700 $vcdplusevent (D.clk, "UserEvent", "IS");
#900 $vcdplusoff (D.clk);
join
Module B
Module C Module D
Module A
Seitenansicht 412
1 2 ... 408 409 410 411 412 413 414 415 416 417 418 ... 448 449

Kommentare zu diesen Handbüchern

Keine Kommentare