Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Manuel d'utilisateur Page 76

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 783
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 75
Mentor VIP AE AXI3/4 User Guide, V10.2b
58
SystemVerilog AXI3 and AXI4 Master BFMs
get_read_data_phase()
September 2013
AXI4 Example
// Declare a local variable to hold the transaction record.
axi4_transaction read_trans;
// Create a read transaction with start address of 0 and assign
// it to the local read_trans variable.
read_trans = bfm.create_read_transaction(0);
....
// Get 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);
Vue de la page 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 782 783

Commentaires sur ces manuels

Pas de commentaire