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

  • 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 82
SystemVerilog AXI3 and AXI4 Master BFMs
execute_read_data_ready()
Mentor VIP AE AXI3/4 User Guide, V10.2b
65
September 2013
execute_read_data_ready()
This AXI4 task executes a read data ready by placing the ready argument value onto the
RREADY signal. It will block for one ACLK period.
AXI3 BFM
Note
The execute_read_data_ready() task is not available in the AXI3 BFM. Use the
get_read_data_phase() task along with the transaction record data_ready_delay field.
AXI4 Example
// Assert and deassert the RREADY signal
forever begin
bfm.execute_read_data_ready(1'b0);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.execute_read_data_ready(1'b1);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
end
Prototype
task automatic execute_read_data_ready
(
bit ready
);
Arguments ready
The value to be placed onto the RREADY signal
Returns
None
Vue de la page 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 782 783

Commentaires sur ces manuels

Pas de commentaire