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

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 413
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 53
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
54
SystemVerilog Master BFM
get_write_response_phase()
April 2014
get_write_response_phase()
This blocking task gets a write response phase previously created by the
create_write_transaction() task.
Note
The get_write_response_phase() sets the transaction_done field to 1 when the
transaction completes to indicate the whole transaction is complete.
Example
// Declare a local variable to hold the transaction record.
axi4_transaction write_trans;
// Create a write transaction with start address of 0 and assign
// it to the local write_trans variable.
write_trans = bfm.create_write_transaction(0);
....
// Get the write response phase for the write_trans transaction.
bfm.get_write_response_phase(write_trans);
Prototype
task automatic get_write_response_phase
(
axi4_transaction trans
);
Arguments
trans The axi4_transaction record.
Returns
None
Seitenansicht 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 412 413

Kommentare zu diesen Handbüchern

Keine Kommentare