update missing XLEN
This commit is contained in:
Submodule gen_input/CoreDSL-Instruction-Set-Description updated: e7f694c726...32a985dfdf
@ -3341,7 +3341,7 @@ private:
|
||||
*NEXT_PC = *PC + 2;
|
||||
// execute instruction
|
||||
{
|
||||
uint8_t offs = *(X+2) + uimm;
|
||||
uint32_t offs = *(X+2) + uimm;
|
||||
writeSpace4(traits::MEM, offs, (uint32_t)*(X+rs2));
|
||||
}
|
||||
// post execution stuff
|
||||
|
Reference in New Issue
Block a user