Altera Mentor Verification IP Altera Edition AMBA AXI4-St Bedienungsanleitung Seite 188

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 231
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 187
Mentor Verification IP AE AMBA AXI4-Stream User Guide, V10.3
188
VHDL Tutorials
Verifying a Master DUT
April 2014
Example 11-7. Transfer Receiving
loop
create_slave_transaction(trans, index, axi4stream_tr_if_0(index));
i := 0;
last := 0;
while(last = 0) loop
if(m_insert_wait = '1') then
-- READY is through path 0
ready_delay(axi4stream_tr_if_0(index));
end if;
get_transfer(trans, i, last, index, axi4stream_tr_if_0(index));
i := i + 1;
end loop;
end loop;
wait;
end process;
Seitenansicht 187
1 2 ... 183 184 185 186 187 188 189 190 191 192 193 ... 230 231

Kommentare zu diesen Handbüchern

Keine Kommentare