olofk / serv

SERV - The SErial RISC-V CPU
ISC License
1.36k stars 178 forks source link

privilege tests failing for uncompressed SERV #81

Closed Abdulwadoodd closed 2 years ago

Abdulwadoodd commented 2 years ago

In PR #79, the serv_aligner module is turned on only if the SERV is compiled with the support of Compressed instruction i.e. compressed=1. In order to pass the privilege tests, the serv_aligner module must be part of SERV core irrespective of the support of compressed instructions.

olofk commented 2 years ago

This is fixed now