Altera Mentor Verification IP Altera Edition AMBA AXI4-Li User Manual Page 82

  • Download
  • Add to my manuals
  • Print
  • Page
    / 413
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 81
Mentor Verification IP AE AXI4-Lite User Guide, V10.3
82
SystemVerilog Slave BFM
execute_write_addr_ready()
April 2014
execute_write_addr_ready()
This task executes a write address ready by placing the ready argument value onto the
AWREADY signal. It will block for one ACLK period.
Example
// Assert and deassert the AWREADY signal
forever begin
bfm.execute_write_addr_ready(1'b0);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
bfm.execute_write_addr_ready(1'b1);
bfm.wait_on(AXI4_CLOCK_POSEDGE);
end
Prototype
task automatic execute_write_addr_ready
(
bit ready
);
Arguments
ready The value to be placed onto the AWREADY signal
Returns
None
Page view 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 412 413

Comments to this Manuals

No comments