#
8b33cd30 |
| 13-Dec-2024 |
klin02 <[email protected]> |
feat(XSLog): move all XSLog outside WhenContext for collection
As data in WhenContext is not acessible in another module. To support XSLog collection, we move all XSLog and related signal outside Wh
feat(XSLog): move all XSLog outside WhenContext for collection
As data in WhenContext is not acessible in another module. To support XSLog collection, we move all XSLog and related signal outside WhenContext. For example, when(cond1){XSDebug(cond2, pable)} to XSDebug(cond1 && cond2, pable)
show more ...
|
#
bb2f3f51 |
| 12-Jul-2024 |
Tang Haojin <[email protected]> |
perf: use perfUtils in `Utility` (#3190)
Currently, log and perf utilities such as `XSPerfAccumulate` are
implemented in many repositories like XiangShan, CoupledL2 and HuanCun.
This PR unifies th
perf: use perfUtils in `Utility` (#3190)
Currently, log and perf utilities such as `XSPerfAccumulate` are
implemented in many repositories like XiangShan, CoupledL2 and HuanCun.
This PR unifies them and put them in Utility repository.
show more ...
|
#
8891a219 |
| 08-Oct-2023 |
Yinan Xu <[email protected]> |
Bump rocket-chip (#2353)
|
#
935edac4 |
| 21-Sep-2023 |
Tang Haojin <[email protected]> |
chore: remove deprecated brackets, APIs, etc. (#2321)
|
#
f320e0f0 |
| 24-Jul-2021 |
Yinan Xu <[email protected]> |
misc: update PCL information (#899)
XiangShan is jointly released by ICT and PCL.
|
#
c6d43980 |
| 04-Jun-2021 |
Lemover <[email protected]> |
Add MulanPSL-2.0 License (#824)
In this commit, we add License for XiangShan project.
|
#
5c5bd416 |
| 30-Mar-2021 |
ljw <[email protected]> |
LogUtils: remove trait 'HasXSLog' (#732)
|
#
fd8d353a |
| 24-Dec-2020 |
BigWhiteDog <[email protected]> |
more user-friendly TLDumper
|
#
ab3aa7ee |
| 09-Dec-2020 |
BigWhiteDog <[email protected]> |
fix peek poke ordering
|
#
8f653805 |
| 01-Sep-2020 |
LinJiawei <[email protected]> |
TLDump: opt print
|
#
e2801f97 |
| 17-Aug-2020 |
linjiawei <[email protected]> |
Add debug info
|
#
0ccdef88 |
| 16-Aug-2020 |
linjiawei <[email protected]> |
Rewrite SimMMIO
|
#
8511d772 |
| 15-Aug-2020 |
linjiawei <[email protected]> |
add debug info into TLTimer
|
#
618fb109 |
| 14-Aug-2020 |
linjiawei <[email protected]> |
Impl TLTimer
|