Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect encoding output in instr_dict.yaml. (riscv#127)
Making a shallow copy of the list prevents updating the final encoding output when checking for field overlap. Incorrect: encoding: 0000000rs2rs2rs2rs2rs2rs1rs1rs1rs1rs1000rdrdrdrdrd0110011 Correct: encoding: 0000000----------000-----0110011
- Loading branch information