Reservoir-In-Processor / rip-sim

Cycle-level simulator for "Reservoir in Processor"
Apache License 2.0
4 stars 0 forks source link

[Decoder] Bug in instruction decode #45

Closed hirayamy closed 1 year ago

hirayamy commented 1 year ago

The bit representations, gained by Instruction->getVal() of U-type(and more types?) are not correct. This is because of the Instruction's field is inherently Immediate which is on assembly, but U-type parse and store shifted values.