Altera Mentor Verification IP Altera Edition AMBA AXI4-Li Manuale Utente Pagina 60

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 413
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 59
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
60
SystemVerilog Master BFM
execute_read_data_ready()
April 2014
execute_read_data_ready()
This task executes a read data ready by placing the ready argument value onto the RREADY
signal. It will block for one ACLK period.
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
Vedere la pagina 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 412 413

Commenti su questo manuale

Nessun commento