Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Instrukcja Użytkownika Strona 137

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 783
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 136
SystemVerilog AXI3 and AXI4 Monitor BFMs
get_read_addr_phase()
Mentor VIP AE AXI3/4 User Guide, V10.2b
119
September 2013
get_read_addr_phase()
This blocking task gets a read address phase previously created by the
create_monitor_transaction() function.
AXI3 Example
// Declare a local variable to hold the transaction record.
axi_transaction read_trans;
// Create a monitor transaction and assign it to the local
// read_trans variable.
read_trans = bfm.create_monitor_transaction();
....
// Get the read address phase of the read_trans transaction.
bfm.get_read_addr_phase(read_trans);
AXI4 Example
// Declare a local variable to hold the transaction record.
axi4_transaction read_trans;
// Create a monitor transaction and assign it to the local
// read_trans variable.
read_trans = bfm.create_monitor_transaction();
....
// Get the read address phase of the read_trans transaction.
bfm.get_read_addr_phase(read_trans);
Prototype
// * = axi | axi4
task automatic get_read_addr_phase
(
*_transaction trans
);
Arguments trans
The *_transaction record.
Returns
None
Przeglądanie stron 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 782 783

Komentarze do niniejszej Instrukcji

Brak uwag