History log of /XiangShan/src/main/scala/xiangshan/backend/issue/FuBusyTableWrite.scala (Results 1 – 11 of 11)
Revision Date Author Comments
# fe73ba60 30-Apr-2024 Yangyu Chen <[email protected]>

backend: prevent XSTile from being duplicated when generating multicore

Direct use of Map and Set in Scala will generate some lists in arbitrary
order in Chisel, causing duplicated XSTile when confi

backend: prevent XSTile from being duplicated when generating multicore

Direct use of Map and Set in Scala will generate some lists in arbitrary
order in Chisel, causing duplicated XSTile when configuring multicore.
This commit fixed it by converting some maps to lists and sorting the
segments using some key to prevent duplication from happening.

Signed-off-by: Yangyu Chen <[email protected]>

show more ...


# f08a822f 27-Dec-2023 zhanglyGit <[email protected]>

Backend: optimize resp signal


# ea159d42 30-Oct-2023 sinsanction <[email protected]>

IssueQueue: remove deqResp


# 8d081717 24-Oct-2023 szw_kaixin <[email protected]>

backend: control dontTouch opcode by debugEn


# 66e57d91 23-Oct-2023 sinsanction <[email protected]>

IssueQueue: optimize timing
- use FuTypeOrR for fuType checking


# 83ba63b3 11-Oct-2023 Xuan Hu <[email protected]>

fix merge error


# 239413e5 03-Oct-2023 Xuan Hu <[email protected]>

backend: refactor FuType

* use OHEnumeration to represent FuType


# 6c996d9b 29-Jun-2023 zhanglyGit <[email protected]>

Backend: fix latency=0 Fu wbConflict bug (#2149)

Co-authored-by: zhanglyGit <[email protected]>


# dd970561 19-Jun-2023 zhanglyGit <[email protected]>

Backend: refactor wbFuBusyTable in Backend


# bf44d649 12-Jun-2023 Xuan Hu <[email protected]>

fuBusyTable: refactored with better implementation


# de93b508 13-Jun-2023 zhanglyGit <[email protected]>

Backend: extract fuBusyTable and wbFuBusyTable in IssueQueue as module