Altera Mentor Verification IP Altera Edition AMBA AXI4-Li Uživatelský manuál Strana 79

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 413
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 78
SystemVerilog Slave BFM
execute_read_addr_ready()
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
79
April 2014
execute_read_addr_ready()
This task executes a read address ready by placing the ready argument value onto the
ARREADY signal. It will block for one ACLK period.
Example
// Assert and deassert the ARREADY signal
forever begin
bfm.execute_read_addr_ready(1'b0);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.execute_read_addr_ready(1'b1);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
end
Prototype
task automatic execute_read_addr_ready
(
bit ready
);
Arguments
ready The value to be placed onto the ARREADY signal.
Returns
None
Zobrazit stránku 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 412 413

Komentáře k této Příručce

Žádné komentáře