AHB 总线笔记
- readyout: 由slave 产生,表示数据的接收,或extend data phase,用于数据传输,代表本身的状态
- readyin(ready) : 有multiplexor提供,表示AHB正在完成一笔transfer,当hselx为1的时候,可以sample address,用于采样地址,代表其他slave的状态
- 联系:readyin使用由multiplexor根据readyout产生的
- AHB slave 不能extend address phase,只能extend data phase
- 只有undefined length increment can have a busy transfer as the last cycle of a burst
- readyin 产生:通常由ready out 的AND 信号产生