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

  • 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 102
SystemVerilog AXI3 and AXI4 Slave BFMs
execute_read_data_phase()
Mentor VIP AE AXI3/4 User Guide, V10.2b
85
September 2013
AXI4 Example
// Declare a local variable to hold the transaction record.
axi4_transaction read_trans;
// Create a slave transaction and assign it to the local
// read_trans variable.
read_trans = bfm.create_slave_transaction();
....
// Execute the read data phase for the first beat of the
// read_trans transaction.
bfm.execute_read_data_phase(read_trans, 0);
// Execute the read data phase for the second beat of the
// read_trans transaction.
bfm.execute_read_data_phase(read_trans, 1);
Zobrazit stránku 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 782 783

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

Žádné komentáře