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

  • 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 261
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
262
VHDL Slave BFM
execute_write_addr_ready()
April 2014
execute_write_addr_ready()
This procedure executes a write address ready by placing the ready argument value onto the
AWREADY signal. It will block for one ACLK period.
Example
-- Set the AWREADY signal to 1 and block for 1 ACLK cycle
execute_write_addr_ready(1, 1, index, AXI4_PATH_5, axi4_tr_if_5(index));
Prototype
procedure execute_write_addr_ready
(
ready : in integer;
bfm_id : in integer;
path_id : in axi4_path_t; --optional
signal tr_if : inout axi4_vhd_if_struct_t
);
Arguments
transaction_id Transaction identifier. Refer to “Overloaded Procedure
Common Arguments” on page 151 for more details.
index (Optional) Data phase (beat) number.
bfm_id BFM identifier. Refer toOverloaded 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 to “Overloaded Procedure
Common Arguments” on page 151 for more details.
Returns
None
Vue de la page 261
1 2 ... 257 258 259 260 261 262 263 264 265 266 267 ... 412 413

Commentaires sur ces manuels

Pas de commentaire