各位大牛:
我现在在研究axi3/axi4总线协议,在握手信号这块,有点问题,想请教你们一下;
对于写操作的握手信号,协议中是这么描述的:
1.the master must not wait for the slave AWREADY or WREADY before asserting AWVALID or WVALID;(这句话的意思应该是:主设备的AWVALID 或者 WVALID信号有效是一定不要等从设备发送AWREADY 或者 WREADY)
2.the slave can wait for AWVALID or WVALID,or both before asserting AWREADY,(这句话的意思应该是:从设备信号AWREDY信号有效可以等(也可以不等)主设备中的AWVALID 或者 WVALID 或者两者)