mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Set default littleRISCV setting to RV32E with misaligned access
This commit is contained in:
parent
044494845b
commit
a696658a96
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@
|
|||
// will reduce the register file to 16 words
|
||||
`define RV32E
|
||||
|
||||
// CONFIG: ONLY_ALIGNED
|
||||
// will only allow aligned memory accesses and therefore overlapping mustn't occur
|
||||
//`define ONLY_ALIGNED
|
||||
|
||||
`endif
|
||||
`endif
|
||||
`endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue