#
9e0994ab |
| 22-Apr-2025 |
cz4e <[email protected]> |
fix(AXI4Memory): fix write request enqueue DRAMSim logic for AXI4Memory (#4611)
|
#
c3955925 |
| 01-Apr-2025 |
cz4e <[email protected]> |
fix(AXI4Memory): remove `AWLEN == 0` Check (#4383)
|
#
bcdee821 |
| 16-Jan-2025 |
Jiuyue Ma <[email protected]> |
fix(AXI4Memory): fix loss of `r` channel packet (#4176)
Co-authored-by: zhanglinjuan <[email protected]>
|
#
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 ...
|
#
021511b6 |
| 09-Apr-2024 |
Kamimiao <[email protected]> |
axi4-memory: reduce DPI-C calls (#2859)
This commit avoids querying dramsim when there are
no memory access requests. This change reduces DPIC
overhead by 70%-80%.
|
#
9f659d72 |
| 14-Mar-2024 |
Kamimiao <[email protected]> |
AXI4Memory: use synchronous read mem (#2741)
This commit adds one more cycle latency when DRAMsim is
enabled due to the extra one-cycle read latency of SRAM. To
run faster on palladium, we need th
AXI4Memory: use synchronous read mem (#2741)
This commit adds one more cycle latency when DRAMsim is
enabled due to the extra one-cycle read latency of SRAM. To
run faster on palladium, we need this.
Co-authored-by: Yinan Xu <[email protected]>
show more ...
|
#
fc00d282 |
| 18-Oct-2023 |
Yinan Xu <[email protected]> |
Bump difftest (#2391)
* use the abstract DifftestMem class
* move DifftestModule.finish to hardware
|
#
8891a219 |
| 08-Oct-2023 |
Yinan Xu <[email protected]> |
Bump rocket-chip (#2353)
|
#
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
|
#
04ac809e |
| 21-Oct-2022 |
Yinan Xu <[email protected]> |
sim: fix typo in AXI4 memory slave model (#1805)
* axi4,mem: fix typo for pending_write_resp_id
* axi4,mem: fix has_write_resp condition
|
#
71784e68 |
| 15-Oct-2022 |
Yinan Xu <[email protected]> |
sim: add AXI4 memory slave model in Chisel (#1799)
|