chipsalliance / aib-protocols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AXI4-ST asymmetric design examples should use user strobe only

nij-intel opened this issue · comments

example designs in axi4-st/full_examples incorrectly uses both application strobe and CA/TX strobe this could result in strobe-strobe collision and could result in strobe not received on the follower/destination side which could result data not getting deskewed.

Correct usage is here on the commented section of the code here:

https://github.com/chipsalliance/aib-protocols/blob/main/axi4-st/full_examples/common/axi_st_d256_multichannel_f2h_simplex_top.sv#L574

example is using this instead now

https://github.com/chipsalliance/aib-protocols/blob/main/axi4-st/full_examples/common/axi_st_d256_multichannel_f2h_simplex_top.sv#L628

fixed in release 1.2

verified