Altera Mentor Verification IP Altera Edition AMBA AXI4-St Instrukcja Użytkownika Strona 118

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 231
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 117
Mentor Verification IP AE AMBA AXI4-Stream User Guide, V10.3
118
VHDL Master BFM
get_stream_ready()
April 2014
get_stream_ready()
This procedure gets the value of the TREADY signal by returning it via the ready argument. It
will block for one ACLK period.
Example
-- Get the state of the TREADY signal.
get_stream_ready(ready, bfm_index, axi4stream_tr_if_0(bfm_index));
Prototype
procedure get_stream_ready
(
ready : out integer;
bfm_id : in integer;
signal tr_if : inout axi4stream_vhd_if_struct_t
);
Arguments
ready The value of the TREADY signal
bfm_id BFM identifier. Refer to “Overloaded Procedure Common Arguments
on page 87 for more details.
tr_if Transaction signal interface. Refer to “Overloaded Procedure Common
Arguments” on page 87 for more details.
Returns
ready
Przeglądanie stron 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 230 231

Komentarze do niniejszej Instrukcji

Brak uwag