Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Uživatelský manuál Strana 739

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 783
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 738
SystemVerilog AXI3 and AXI4 Test Programs
SystemVerilog AXI4 Master BFM Test Program
Mentor VIP AE AXI3/4 User Guide, V10.2b
719
September 2013
begin
if (seen_valid_ready == 1'b0)
begin
do
bfm.wait_on(AXI4_CLOCK_POSEDGE);
while (!((bfm.RVALID === 1'b1) && (bfm.RREADY === 1'b1)));
end
fork
bfm.execute_read_data_ready(1'b0);
join_none
repeat(tmp_ready_delay) bfm.wait_on(AXI4_CLOCK_POSEDGE);
fork
bfm.execute_read_data_ready(1'b1);
join_none
seen_valid_ready = 1'b0;
end
end
endtask
endmodule
Zobrazit stránku 738
1 2 ... 734 735 736 737 738 739 740 741 742 743 744 ... 782 783

Komentáře k této Příručce

Žádné komentáře