Wrong "bfp" and "pack" instruction encoding on branch "ooo_window".
ZVasilii opened this issue · 2 comments
RISK-V opcodes for instructions "bfp" and "pack" have changed in 0.92 bitmanip encoding and in MIPT-ILab/riscv-opcodes/opcodes-rv32b file. The dissassembly unit tests have changed in "master" branch but not in the "ooo_window" branch.
"ooo_window"
mipt-mips/simulator/risc_v/t/unit_test.cpp
Lines 324 to 328 in 85e7c47
"master"
"ooo_window"
mipt-mips/simulator/risc_v/t/unit_test.cpp
Lines 249 to 251 in 85e7c47
"master"
2 unit-tests are constantly failing.
The dissassembly unit tests have changed in "master" branch but not in the "ooo_window" branch.
"ooo_window"
Yes, and it is intended, because ooo_window
branch uses 0.91 version of submodule.
Therefore, unit tests must be in sync in this version.
Could you please clarify what is the issue you face?