#
011d262c |
| 15-Apr-2025 |
Zhaoyang You <[email protected]> |
feat(PMA, CSR): support PMA CSR configurable (#4233)
|
#
32fe4d47 |
| 02-Dec-2024 |
sinceforYy <[email protected]> |
timing(csr): remove 1 cycle to csr waddr, wdata
|
#
7071df62 |
| 29-Nov-2024 |
Zhaoyang You <[email protected]> |
timing(csr): add 1 cycle to csr read/write and select highest interrupt priority (#3946)
This PR adds 1 cycle for csr read/write and selects highest interrupt
priority to fix timing.
|
#
16214c85 |
| 16-May-2024 |
sinceforYy <[email protected]> |
NewCSR: fix pmpEntryModule
* wdata location error * we should use assign to wdata instead of asTypeOf
|
#
9ff1c68f |
| 09-May-2024 |
sinceforYy <[email protected]> |
NewCSR: add PMP CSR
|