5b0f0029 | 30-Mar-2024 |
Xuan Hu <[email protected]> |
CSR: Correct the behavior of `ebreak` when hart not in debug mode
* `ebreak` instruction will raise breakpoint exception when hart not in debug mode. * Use the signals renamed with "has*" to specify
CSR: Correct the behavior of `ebreak` when hart not in debug mode
* `ebreak` instruction will raise breakpoint exception when hart not in debug mode. * Use the signals renamed with "has*" to specify the traps(exceptions/interrupts) are to be handled which were transported from ROB, while the signals renamed with "raise*" are being transported to ROB.
This commit is cherry-pick from nanhu and new-backend.
show more ...
|