#
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 ...
|
#
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)
|
#
3c02ee8f |
| 25-Dec-2022 |
wakafa <[email protected]> |
Separate Utility submodule from XiangShan (#1861)
* misc: add utility submodule
* misc: adjust to new utility framework
* bump utility: revert resetgen
* bump huancun
|
#
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)
|
#
2195ebbd |
| 05-Dec-2020 |
Yinan Xu <[email protected]> |
ram: support memory larger than 2GiB
|
#
6c6d537c |
| 21-Nov-2020 |
Allen <[email protected]> |
AXI4SlaveModule: do not let aw and ar fire at the same time. AXI4SlaveModule can only hanle one transaction at a time.
|
#
55fc3133 |
| 17-Nov-2020 |
Allen <[email protected]> |
XSSoC: do not let AXI4 signals optimized out.
|
#
a2e9bde6 |
| 10-Nov-2020 |
Allen <[email protected]> |
AXI4SlaveModule: use Seq[AddressSet] instead of AddressSet to allow more flexible address range configuration. With only one AddressSet, we can not even represent very simple address ranges like [2G,
AXI4SlaveModule: use Seq[AddressSet] instead of AddressSet to allow more flexible address range configuration. With only one AddressSet, we can not even represent very simple address ranges like [2G, 32G).
show more ...
|
#
efc6a777 |
| 17-Aug-2020 |
linjiawei <[email protected]> |
Fix axi device bug
|
#
24b11ca3 |
| 17-Aug-2020 |
linjiawei <[email protected]> |
Add a IdentityNode to help debug
|
#
e2801f97 |
| 17-Aug-2020 |
linjiawei <[email protected]> |
Add debug info
|
#
075891a7 |
| 16-Aug-2020 |
linjiawei <[email protected]> |
Fix AXI4SlaveModule Multi-Inflight Bug
|
#
956d83c0 |
| 16-Aug-2020 |
linjiawei <[email protected]> |
Rewrite AXI4 DummySD,Flash,Keyboard,UART
|
#
63934268 |
| 15-Aug-2020 |
linjiawei <[email protected]> |
Rewrite AXI4Timer, Add AXI4Timer Test
|
#
1db30e61 |
| 15-Aug-2020 |
linjiawei <[email protected]> |
Rewrite AXISlaveModule
|