Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Manuale Utente Pagina 742

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 783
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 741
Mentor VIP AE AXI3/4 User Guide, V10.2b
722
SystemVerilog AXI3 and AXI4 Test Programs
SystemVerilog AXI4 Slave BFM Test Program
September 2013
function void set_wr_resp_valid_delay(axi4_transaction trans);
trans.set_write_response_valid_delay(2);
endfunction
// Function : set_read_data_valid_delay
// This is used to set read response phase valid delays to start driving
// read data/response phases after specified delay.
function void set_read_data_valid_delay(axi4_transaction trans);
for (int i = 0; i < trans.data_valid_delay.size(); i++)
trans.set_data_valid_delay(i, 10);
endfunction
Vedere la pagina 741
1 2 ... 737 738 739 740 741 742 743 744 745 746 747 ... 782 783

Commenti su questo manuale

Nessun commento