History log of /XiangShan/src/main/scala/xiangshan/backend/ctrlblock/LsInfo.scala (Results 1 – 6 of 6)
Revision Date Author Comments
# ac4d321d 14-Apr-2024 Xuan Hu <[email protected]>

Merge remote-tracking branch 'ssh_upstream/master' into tmp-master


# e4d4d305 24-Dec-2023 Xuan Hu <[email protected]>

MemBlock: fix the order of tlb ports of mem exus

* The mem exu ord should as follows,
* load
* hybrid load part(if exists)
* store addr
* store data
* hybrid store part
* TODO: refactor th

MemBlock: fix the order of tlb ports of mem exus

* The mem exu ord should as follows,
* load
* hybrid load part(if exists)
* store addr
* store data
* hybrid store part
* TODO: refactor the fxxking port connections using indexes-independent method

show more ...


# 8f1fa9b1 23-Oct-2023 sfencevma <[email protected]>

add hybrid unit


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

fix merge error


# 870f462d 11-Aug-2023 Xuan Hu <[email protected]>

fix errors in merge master into new-backend


# 24519898 06-Aug-2023 Xuan Hu <[email protected]>

backend: refactor

* Prepare for merge master