Altera Mentor Verification IP Altera Edition AMBA AXI4-Li Manual do Utilizador Página 86

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 413
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 85
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
86
SystemVerilog Slave BFM
wait_on()
April 2014
wait_on()
This blocking task waits for an event on the ACLK or ARESETn signals to occur before
proceeding. An optional count argument waits for the number of events equal to count.
Example
bfm.wait_on(AXI4_RESET_POSEDGE);
bfm.wait_on(AXI4_CLOCK_POSEDGE,10);
Prototype
task automatic wait_on
(
axi4_wait_e phase,
input int count = 1 //Optional
);
Arguments
phase Wait for:
AXI4_CLOCK_POSEDGE
AXI4_CLOCK_NEGEDGE
AXI4_CLOCK_ANYEDGE
AXI4_CLOCK_0_TO_1
AXI4_CLOCK_1_TO_0
AXI4_RESET_POSEDGE
AXI4_RESET_NEGEDGE
AXI4_RESET_ANYEDGE
AXI4_RESET_0_TO_1
AXI4_RESET_1_TO_0
count (Optional) Wait for a number of events to occur set by count.
(default = 1)
Returns
None
Vista de página 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 412 413

Comentários a estes Manuais

Sem comentários