mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
enabled C extension by default for test setup
This commit is contained in:
parent
7f865a8faa
commit
c2dc3be0b2
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ begin
|
|||
CSR_COUNTERS_USE => true, -- implement RISC-V perf. counters ([m]instret[h], [m]cycle[h], time[h])?
|
||||
USER_CODE => x"00000000", -- custom user code
|
||||
-- RISC-V CPU Extensions --
|
||||
CPU_EXTENSION_RISCV_C => false, -- implement compressed extension?
|
||||
CPU_EXTENSION_RISCV_C => true, -- implement compressed extension?
|
||||
CPU_EXTENSION_RISCV_E => false, -- implement embedded RF extension?
|
||||
CPU_EXTENSION_RISCV_M => false, -- implement muld/div extension?
|
||||
CPU_EXTENSION_RISCV_U => false, -- implement user mode extension?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue