Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Manual do Utilizador Página 142

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 783
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 141
Mentor VIP AE AXI3/4 User Guide, V10.2b
124
SystemVerilog AXI3 and AXI4 Monitor BFMs
get_write_data_phase()
September 2013
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();
....
// Execute the write data phase for the first beat of the
// write_trans transaction.
bfm.get_write_data_phase(write_trans, 0, last);
// Get the write data phase for the second beat of the
// write_trans transaction.
bfm.get_write_data_phase(write_trans, 1, last);
Vista de página 141
1 2 ... 137 138 139 140 141 142 143 144 145 146 147 ... 782 783

Comentários a estes Manuais

Sem comentários