Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Bedienungsanleitung Seite 73

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 783
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 72
SystemVerilog AXI3 and AXI4 Master BFMs
execute_write_data_phase()
Mentor VIP AE AXI3/4 User Guide, V10.2b
55
September 2013
AXI4 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);
....
// Execute the write data phase for the first beat of the
// write_trans transaction.
bfm.execute_write_data_phase(write_trans, 0, last);
// Execute the write data phase for the second beat of the
// write_trans transaction.
bfm.execute_write_data_phase(write_trans, 1, last);
Seitenansicht 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 782 783

Kommentare zu diesen Handbüchern

Keine Kommentare