HREADY:is the signal used to indicate that the data portion of an AHB
transfer can complete.
indicates that a transfer has finished.
Nots: Slaves in the bus require HREADY as both an input and an output signal
master看返回的hready是根据返回的hready决定是否在下拍发出下个操作。因为AHB是pipeline的,
当前的hready返回根据hready的意义是上拍的数据完成了。当前拍的命令可以得到处理了,
在下个T可以发出下个命令了。
raw read after w,如果写入的对象本来没有延迟,这种背靠背的操作都要插入一个T,但是如果本来
读写都有1T上的latency,那就本应该插入。
transfer can complete.
indicates that a transfer has finished.
Nots: Slaves in the bus require HREADY as both an input and an output signal
master看返回的hready是根据返回的hready决定是否在下拍发出下个操作。因为AHB是pipeline的,
当前的hready返回根据hready的意义是上拍的数据完成了。当前拍的命令可以得到处理了,
在下个T可以发出下个命令了。
raw read after w,如果写入的对象本来没有延迟,这种背靠背的操作都要插入一个T,但是如果本来
读写都有1T上的latency,那就本应该插入。