This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can we delay read and write transactions(axi4) by providing delay in register slice?

Basically I want to provide delay of 15 clock cycles  for writing and reading through axi4 bus .Is it possible?

Parents
  • Hello,

    I cannot judge whether your axi_mcb_w_channel logic would be correct or not.
    It seems to have a lot of strange parts for me.
    Honestry speaking, I wonder why my proposal for the bridge did not work.

    I have tried the bridge suggestion as well. But that does not delay my data.

    Is  your data modification done between the bridge and the slave?
    My assumption is that it would be done between CPU and the bridge.

    Best regards,

    Yasuhiko Koumoto.

Reply
  • Hello,

    I cannot judge whether your axi_mcb_w_channel logic would be correct or not.
    It seems to have a lot of strange parts for me.
    Honestry speaking, I wonder why my proposal for the bridge did not work.

    I have tried the bridge suggestion as well. But that does not delay my data.

    Is  your data modification done between the bridge and the slave?
    My assumption is that it would be done between CPU and the bridge.

    Best regards,

    Yasuhiko Koumoto.

Children