From 075763c0b11527317ec9d1f066d03656e87f3e15 Mon Sep 17 00:00:00 2001 From: stnolting <22944758+stnolting@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:20:11 +0200 Subject: [PATCH] [sw/lib] remove menvcfg CSRs --- sw/lib/include/neorv32_cpu_csr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sw/lib/include/neorv32_cpu_csr.h b/sw/lib/include/neorv32_cpu_csr.h index 1599810b7..259913650 100644 --- a/sw/lib/include/neorv32_cpu_csr.h +++ b/sw/lib/include/neorv32_cpu_csr.h @@ -57,9 +57,7 @@ enum NEORV32_CSR_enum { CSR_MIE = 0x304, /**< 0x304 - mie: Machine interrupt-enable register */ CSR_MTVEC = 0x305, /**< 0x305 - mtvec: Machine trap-handler base address */ CSR_MCOUNTEREN = 0x306, /**< 0x305 - mcounteren: Machine counter enable register */ - CSR_MENVCFG = 0x30a, /**< 0x30a - menvcfg: Machine environment configuration register */ CSR_MSTATUSH = 0x310, /**< 0x310 - mstatush: Machine status register - high word */ - CSR_MENVCFGH = 0x31a, /**< 0x31a - menvcfgh: Machine environment configuration register - high word */ CSR_MCOUNTINHIBIT = 0x320, /**< 0x320 - mcountinhibit: Machine counter-inhibit register */ CSR_MCYCLECFG = 0x321, /**< 0x321 - mcyclecfg: Machine cycle counter privilege mode filtering - low word */ CSR_MINSTRETCFG = 0x322, /**< 0x322 - minstretcfg: Machine instret counter privilege mode filtering - low word */