chipsalliance / Cores-VeeR-EH1

VeeR EH1 core
Apache License 2.0
823 stars 221 forks source link

Corected_SRA_Check.svi #113

Open aaqibhs76 opened 1 year ago

aaqibhs76 commented 1 year ago

The check for "Srai "and "Srli" is reversed. 5: mn = opcode[30] ? "srli": "srai" // As per "https://stackoverflow.com/questions/39489318/risc-v-implementing-slli-srli-and-srai"s