Skip to content

Commit

Permalink
[OCD test setup] enable 'U' ISA extension
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Aug 25, 2023
1 parent 826ef27 commit c0d42d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtl/test_setups/neorv32_test_setup_on_chip_debugger.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ begin
-- RISC-V CPU Extensions --
CPU_EXTENSION_RISCV_C => true, -- implement compressed extension?
CPU_EXTENSION_RISCV_M => true, -- implement mul/div extension?
CPU_EXTENSION_RISCV_U => true, -- implement user mode extension?
CPU_EXTENSION_RISCV_Zicntr => true, -- implement base counters?
CPU_EXTENSION_RISCV_Zifencei => true, -- implement instruction stream sync.? (required for the on-chip debugger)
-- Internal Instruction memory --
Expand Down

0 comments on commit c0d42d6

Please sign in to comment.