diff --git a/include/riscv_config.sv b/include/riscv_config.sv index 1ca84c08..45e877d7 100644 --- a/include/riscv_config.sv +++ b/include/riscv_config.sv @@ -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