Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Manual de usuario Pagina 483

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 783
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 482
VHDL AXI3 and AXI4 Slave BFMs
get_write_data_cycle()
Mentor VIP AE AXI3/4 User Guide, V10.2b
463
September 2013
get_write_data_cycle()
This blocking AXI4 procedure waits until the write data channel WVALID signal is asserted.
AXI3 BFM
Note
The get_write_data_cycle() procedure is not available in the AXI3 BFM.
AXI4 Example
// Wait for the WVALID signal to be asserted.
bfm.get_write_data_cycle(bfm_index, axi4_tr_if_0(bfm_index));
Prototype
procedure get_write_data_cycle
(
bfm_id : in integer;
path_id : in axi4_adv_path_t; --optional
signal tr_if : inout axi4_vhd_if_struct_t
);
Arguments
bfm_id BFM identifier. Refer to “Overloaded Procedure Common Arguments”
on page 203 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 203 for
more details.
tr_if Transaction signal interface. Refer to “Overloaded Procedure Common
Arguments” on page 203 for more details.
Returns None
Vista de pagina 482
1 2 ... 478 479 480 481 482 483 484 485 486 487 488 ... 782 783

Comentarios a estos manuales

Sin comentarios