Altera Mentor Verification IP Altera Edition AMBA AXI4-Li Manual de usuario Pagina 326

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 413
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 325
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
326
VHDL Monitor BFM
get_write_resp_ready()
April 2014
get_write_resp_ready()
This blocking procedure returns the value of the write response channel BREADY signal using
the ready argument. It blocks for one ACLK period.
Example
// Get the BREADY signal value
bfm.get_write_resp_ready(ready, bfm_index, axi4_tr_if_0(bfm_index));
Prototype
procedure get_write_resp_ready
(
ready : out integer;
bfm_id : in integer;
path_id : in axi4_adv_path_t; --optional
signal tr_if : inout axi4_vhd_if_struct_t
);
Arguments
ready The value of the RREADY signal.
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_5
AXI4_PATH_6
AXI4_PATH_7
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
ready
Vista de pagina 325
1 2 ... 321 322 323 324 325 326 327 328 329 330 331 ... 412 413

Comentarios a estos manuales

Sin comentarios