#
011d262c |
| 15-Apr-2025 |
Zhaoyang You <[email protected]> |
feat(PMA, CSR): support PMA CSR configurable (#4233)
|
#
9718f930 |
| 20-Jul-2024 |
Zhaoyang You <[email protected]> |
NewCSR: set pmpcfg bit of [6:5] is RO, the value is 0 (#3246)
|
#
94895e77 |
| 07-Jun-2024 |
Xuan Hu <[email protected]> |
NewCSR: fix rdata when VS mode access VS CSRs by address of S mode
|
#
2c054816 |
| 04-Jun-2024 |
sinceforYy <[email protected]> |
NewCSR: use rocketchip's CSR addr
|
#
a37e0a1f |
| 22-May-2024 |
sinceforYy <[email protected]> |
NewCSR: fix rdataFields and Initialize CSR
* fix mtopi,stopi,vstopi regOut * fix rdataFields :|= regOut * fix pmpcfg regOut * Initialze hie, hip, hedeleg, hideleg * use regOut when field as alias
|
#
8aa89407 |
| 20-May-2024 |
Xuan Hu <[email protected]> |
NewCSR: change the type of rdata to UInt in CSRModule
* Since the rdata bundle is used to get CSR read value, we change the type of rdata to UInt(64.W) and do all needed expansions before the value
NewCSR: change the type of rdata to UInt in CSRModule
* Since the rdata bundle is used to get CSR read value, we change the type of rdata to UInt(64.W) and do all needed expansions before the value assigned to rdata bundles.
show more ...
|
#
9ff1c68f |
| 09-May-2024 |
sinceforYy <[email protected]> |
NewCSR: add PMP CSR
|