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

  • 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 105
Mentor VIP AE AXI3/4 User Guide, V10.2b
88
SystemVerilog AXI3 and AXI4 Slave BFMs
get_read_addr_phase()
September 2013
get_read_addr_phase()
This blocking task gets a read address phase previously created by the
create_slave_transaction() function.
Note
For AXI3, the get_read_addr_phase() also sets the ARREADY protocol signal at the
appropriate time, defined by the transaction record address_ready_delay field.
AXI3 Example
// Declare a local variable to hold the transaction record.
axi_transaction read_trans;
// Create a slave transaction and assign it to the local
// read_trans variable.
read_trans = bfm.create_slave_transaction();
....
// Get the read address phase of the read_trans transaction.
bfm.get_read_addr_phase(read_trans);
AXI4 Example
// Declare a local variable to hold the transaction record.
axi4_transaction read_trans;
// Create a slave transaction and assign it to the local
// read_trans variable.
read_trans = bfm.create_slave_transaction();
....
// Get the read address phase of the read_trans transaction.
bfm.get_read_addr_phase(read_trans);
Prototype
// * = axi | axi4
task automatic get_read_addr_phase
(
*_transaction trans
);
Arguments trans
The *_transaction record.
Returns
None
Vue de la page 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 782 783

Commentaires sur ces manuels

Pas de commentaire