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

  • 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 183
Mentor VIP AE AXI3/4 User Guide, V10.2b
166
SystemVerilog Tutorials
Verifying a Master DUT
September 2013
Example 6-30. process_write
// Task : process_write
// This method keep receiving write address phase and calls another
// method to process received transaction.
task process_write;
forever
begin
axi_transaction write_trans;
write_trans = bfm.create_slave_transaction();
set_write_address_ready_delay(write_trans);
bfm.get_write_addr_phase(write_trans);
fork
begin
automatic axi_transaction t = write_trans;
handle_write(t);
end
join_none
#0;
end
endtask
Zobrazit stránku 183
1 2 ... 179 180 181 182 183 184 185 186 187 188 189 ... 782 783

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

Žádné komentáře