Skip to content

Commit

Permalink
Merge pull request #138 from antmicro/mkurc/fix-fence
Browse files Browse the repository at this point in the history
Update FENCE/FENCE.I decoding
  • Loading branch information
tmichalak authored Dec 7, 2023
2 parents 83adb04 + 0b0a4dd commit 61c88e1
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 144 deletions.
4 changes: 2 additions & 2 deletions design/dec/decode
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ sw = [.................010.....0100011]
lbu = [.................100.....0000011]
lhu = [.................101.....0000011]

fence = [0000........00000000000000001111]
fence.i = [00000000000000000001000000001111]
fence = [.000.............000.....0001111]
fence.i = [.................001.....0001111]

ebreak = [00000000000100000000000001110011]
ecall = [00000000000000000000000001110011]
Expand Down
Loading

0 comments on commit 61c88e1

Please sign in to comment.