Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Instrukcja Użytkownika Strona 348

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 783
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 347
Mentor VIP AE AXI3/4 User Guide, V10.2b
330
VHDL AXI3 and AXI4 Master BFMs
get_read_data_cycle()
September 2013
get_read_data_cycle()
This blocking AXI4 procedure waits until the read data channel RVALID signal has been
asserted.
AXI3 BFM
Note
The get_read_data_cycle() procedure is not available in the AXI3 BFM.
AXI4 Example
// Wait for the RVALID signal to be asserted.
bfm.get_read_data_cycle(bfm_index, axi4_tr_if_0(bfm_index));
Prototype
procedure get_read_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
Przeglądanie stron 347
1 2 ... 343 344 345 346 347 348 349 350 351 352 353 ... 782 783

Komentarze do niniejszej Instrukcji

Brak uwag