Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Manual de usuario Pagina 136

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 783
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 135
Mentor VIP AE AXI3/4 User Guide, V10.2b
118
SystemVerilog AXI3 and AXI4 Monitor BFMs
get_write_addr_phase()
September 2013
get_write_addr_phase()
This blocking task gets a write address phase previously created by the
create_monitor_transaction() function.
AXI3 Example
// Declare a local variable to hold the transaction record.
axi_transaction write_trans;
// Create a monitor transaction and assign it to the local
// write_trans variable.
write_trans = bfm.create_monitor_transaction();
....
// Get the write address phase of the write_trans transaction.
bfm.get_write_addr_phase(write_trans);
AXI4 Example
// Declare a local variable to hold the transaction record.
axi4_transaction write_trans;
// Create a monitor transaction and assign it to the local
// write_trans variable.
write_trans = bfm.create_monitor_transaction();
....
// Get the write address phase of the write_trans transaction.
bfm.get_write_addr_phase(write_trans);
Prototype
// * = axi | axi4
task automatic get_write_addr_phase
(
*_transaction trans
);
Arguments trans
The *_transaction record.
Returns
None
Vista de pagina 135
1 2 ... 131 132 133 134 135 136 137 138 139 140 141 ... 782 783

Comentarios a estos manuales

Sin comentarios