Altera Mentor Verification IP Altera Edition AMBA AXI4-Li Manuel d'utilisateur Page 201

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 413
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 200
VHDL Master BFM
execute_read_data_ready()
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
201
April 2014
execute_read_data_ready()
This procedure executes a read data ready by placing the ready argument value onto the
RREADY signal. It will block (default) for one ACLK period.
Example
-- Set the RREADY signal to 1 and block for 1 ACLK cycle
execute_read_data_ready(1, 1, index, AXI4_PATH_6, axi4_tr_if_6(index));
Prototype
procedure execute_read_data_ready
(
ready : in integer
non_blocking_mode : in integer; --optional
bfm_id : in integer;
path_id : in axi4_path_t; --optional
signal tr_if : inout axi4_vhd_if_struct_t
);
Arguments
ready The value to be placed onto the RREADY signal
non_blocking_mode (Optional) Nonblocking mode:
0 = Nonblocking
1 = Blocking (default)
bfm_id BFM identifier. Refer to “Overloaded Procedure Common
Arguments” on page 151 for more details.
path_id (Optional) Parallel process path identifier:
AXI4_PATH_0
AXI4_PATH_1
AXI4_PATH_2
AXI4_PATH_3
AXI4_PATH_4
Refer to “Overloaded Procedure Common Arguments” on
page 151 for more details.
tr_if Transaction signal interface. Refer toOverloaded Procedure
Common Arguments” on page 151 for more details.
Returns
None
Vue de la page 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 412 413

Commentaires sur ces manuels

Pas de commentaire