mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 14:09:08 -04:00
[csr] Add U Mode support to misa
This commit is contained in:
parent
50682bd314
commit
0f4e802b20
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ module ibex_cs_registers #(
|
|||
| (32'(RV32M) << 12) // M - Integer Multiply/Divide extension
|
||||
| (0 << 13) // N - User level interrupts supported
|
||||
| (0 << 18) // S - Supervisor mode implemented
|
||||
| (0 << 20) // U - User mode implemented
|
||||
| (1 << 20) // U - User mode implemented
|
||||
| (0 << 23) // X - Non-standard extensions present
|
||||
| (32'(MXL) << 30); // M-XLEN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue