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

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 413
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 50
SystemVerilog Master BFM
execute_read_addr_phase()
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
51
April 2014
execute_read_addr_phase()
This task executes a master read address phase previously created by the
create_read_transaction() function. This phase can be blocking (default) or nonblocking, as
defined by the transaction operation_mode field.
It sets the ARVALID protocol signal at the appropriate time, defined by the transaction
address_valid_delay field.
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);
....
// Execute the write_trans transaction.
bfm.execute_transaction(read_trans);
Prototype
task automatic execute_read_addr_phase
(
axi4_transaction trans
);
Arguments
trans The axi4_transaction record.
Returns
None
Vedere la pagina 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 412 413

Commenti su questo manuale

Nessun commento