History log of /XiangShan/src/main/scala/xiangshan/backend/PipeGroupConnect.scala (Results 1 – 3 of 3)
Revision Date Author Comments
# 1c6572a6 06-Aug-2024 xiaofeibao <[email protected]>

Backend: change ready logic from dispatch to decode for better performance


# f5c17053 04-Jul-2024 xiaofeibao-xjtu <[email protected]>

Backend: fix ready timing from dispatch to frontend (#3127)


# 5b70e4b0 10-May-2024 Xuan Hu <[email protected]>

Backend,util: add PipeGroupConnect to make group block in a better way

* PipeGroupConnect can block parts of data group in order. There is no need to handle part block in consumer's stage.
* Pipe re

Backend,util: add PipeGroupConnect to make group block in a better way

* PipeGroupConnect can block parts of data group in order. There is no need to handle part block in consumer's stage.
* Pipe regs will be refilled after the cycle when all data is accepted by next stage.
* There would be timing problem in canAcc signal, if the outReadys come too late. A possible implementation is providing configurable option whether canAcc refers outReadys, which will be provided when there is timing violation in this module.

show more ...