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

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 783
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 138
SystemVerilog AXI3 and AXI4 Monitor BFMs
get_read_data_phase()
Mentor VIP AE AXI3/4 User Guide, V10.2b
121
September 2013
AXI4 Example
// Declare a local variable to hold the transaction record.
axi4_transaction read_trans;
// Create a monitor transaction and assign it to the local
// read_trans variable.
read_trans = bfm.create_monitor_transaction();
....
// Execute the read data phase for the first beat of the
// read_trans transaction.
bfm.get_read_data_phase(read_trans, 0);
// Get the read data phase for the second beat of the
// read_trans transaction.
bfm.get_read_data_phase(read_trans, 1);
Seitenansicht 138
1 2 ... 134 135 136 137 138 139 140 141 142 143 144 ... 782 783

Kommentare zu diesen Handbüchern

Keine Kommentare