Open aaqibhs76 opened 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
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