#
fad48058 |
| 24-Dec-2023 |
Yinan Xu <[email protected]> |
Bump difftest (#2579)
|
#
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
|
#
5dabf2df |
| 05-Sep-2021 |
Yinan Xu <[email protected]> |
utils,MaskData: assert wmask is wider than data (#1001)
This commit adds assertion in MaskData to check the width of mask
and data. When the width of mask is smaller than the width of data,
(~mask
utils,MaskData: assert wmask is wider than data (#1001)
This commit adds assertion in MaskData to check the width of mask
and data. When the width of mask is smaller than the width of data,
(~mask & data) and (mask & data) will always clear the upper bits
of the data. This usually causes unexpected behavior.
This commit adds explicit width declarations where MaskData is used.
show more ...
|
#
510ae4ee |
| 03-Sep-2021 |
Jiuyang Liu <[email protected]> |
use ExtModule instead of Chisel3.BlackBox. (#988)
|
#
c21bff99 |
| 30-Aug-2021 |
Jiawei Lin <[email protected]> |
Bump chisel to 3.5 (#974)
* bump chisel to 3.5
* Remove deprecated 'toBool' && disable tl monitor
* Update RocketChip / Re-enable TLMonitor
* Makefile: remove '--infer-rw'
|
#
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.
|
#
9f842a1a |
| 07-Feb-2021 |
Yinan Xu <[email protected]> |
device,sdcard: fix inline SDHelper read behavior
|
#
dc264b71 |
| 16-Jan-2021 |
Yinan Xu <[email protected]> |
sdcard: fix dpi-c function call
|
#
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
|
#
956d83c0 |
| 16-Aug-2020 |
linjiawei <[email protected]> |
Rewrite AXI4 DummySD,Flash,Keyboard,UART
|
#
4bf9a978 |
| 10-Dec-2019 |
Zihao Yu <[email protected]> |
device: add AXI4DummySD
|