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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 231
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 73
Mentor Verification IP AE AMBA AXI4-Stream User Guide, V10.3
74
SystemVerilog Tutorials
Verifying a Master DUT
April 2014
Example 6-7. Transfer Receiving
// Packet receiving
forever
begin
trans = bfm.create_slave_transaction();
i = 0;
last = 0;
while(!last)
begin
if(m_insert_wait)
begin
ready_delay();
end
bfm.get_transfer(trans, i, last);
++i;
end
end
end
Przeglądanie stron 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 230 231

Komentarze do niniejszej Instrukcji

Brak uwag