Altera Mentor Verification IP Altera Edition AMBA AXI4-Li Bedienungsanleitung Seite 84

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 413
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 83
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
84
SystemVerilog Slave BFM
execute_write_data_ready()
April 2014
execute_write_data_ready()
This task executes a write data ready by placing the ready argument value onto the WREADY
signal. It will block for one ACLK period.
Example
// Assert and deassert the WREADY signal
forever begin
bfm.execute_write_data_ready(1'b0);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.execute_write_data_ready(1'b1);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
end
Prototype
task automatic execute_write_data_ready
(
bit ready
);
Arguments
ready The value to be placed onto the WREADY signal
Returns
None
Seitenansicht 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 412 413

Kommentare zu diesen Handbüchern

Keine Kommentare