could the Rready signal be asynchronous with aclk?

could the Rready signal be asynchronous with aclk?

I find out the axi4 vip of xilinx generate Rready  asynchronous  with aclk

Parents
  • We can't comment on the behaviour of Xilinx VIP, but the AXI Specification requires that all the signals are synchronous with the clock associated with that interface.  From A3.3.1 in the AXI.K Specification

    "Each AXI interface has a single clock signal, ACLK. All input signals are sampled on the rising edge of ACLK. All output signal changes can only occur after the rising edge of ACLK."

Reply
  • We can't comment on the behaviour of Xilinx VIP, but the AXI Specification requires that all the signals are synchronous with the clock associated with that interface.  From A3.3.1 in the AXI.K Specification

    "Each AXI interface has a single clock signal, ACLK. All input signals are sampled on the rising edge of ACLK. All output signal changes can only occur after the rising edge of ACLK."

Children
No data