rv32e config update

This commit is contained in:
David Harris 2022-02-08 17:59:50 +00:00
parent e61883b922
commit 510b47523a

View File

@ -49,8 +49,8 @@
`define UARCH_SUPERSCALR 0
`define UARCH_SINGLECYCLE 0
// *** replace with MEM_BUS
`define DMEM `MEM_CACHE
`define IMEM `MEM_CACHE
`define DMEM `MEM_BUS
`define IMEM `MEM_BUS
`define VIRTMEM_SUPPORTED 0
`define VECTORED_INTERRUPTS_SUPPORTED 0