Skip to content

Commit

Permalink
[sw/lib] remove menvcfg CSRs
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Aug 23, 2023
1 parent 876c161 commit 075763c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sw/lib/include/neorv32_cpu_csr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 075763c

Please sign in to comment.