History log of /XiangShan/src/main/scala/xiangshan/backend/datapath/WakeUpConfig.scala (Results 1 – 7 of 7)
Revision Date Author Comments
# ec49b127 19-Apr-2024 sinsanction <[email protected]>

Backend: reduce the width of LoadDependency to 2 bits


# 0c7ebb58 04-Dec-2023 xiaofeibao-xjtu <[email protected]>

WakeupQueue: pdest copy


# c0b91ca1 05-Sep-2023 Haojin Tang <[email protected]>

parameters: better wakeupConfig


# c0be7f33 19-Jul-2023 Xuan Hu <[email protected]>

backend,iq: split wake up bundles, add cancel bundle

* Split IssueQueueWakeUpBundle into IssueQueueWBWakeUpBundle and IssueQueueIQWakeUpBundle.
* Add cancel bundle used to cancel waked-up uop src
*

backend,iq: split wake up bundles, add cancel bundle

* Split IssueQueueWakeUpBundle into IssueQueueWBWakeUpBundle and IssueQueueIQWakeUpBundle.
* Add cancel bundle used to cancel waked-up uop src
* Add srcTimer in StatusArray to record the cycles src has been waked up
* Add dataSources in StatusArray to record the source of src data (reg, forward, bypass or none)
* Remove useless ready field in StatusArray

show more ...


# dd473fff 19-Jun-2023 Xuan Hu <[email protected]>

backend: bind backendParams in other params

* Since backendParams get from Parameters produced by function call, a new backendParams is created every time.


# bf35baad 19-Jul-2023 Xuan Hu <[email protected]>

backend: add iq wake up


# d387a573 10-Jun-2023 Xuan Hu <[email protected]>

backend: add wakeup config