You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
When one branch inst tries to jump to a misaligned address,
such as:
I find in the source code decode unit that only JAL and JARL is "PC_ALU" type insts:
And in Datapath.scala, Line 167:
I think it should be change to
And then the Branch Instruction misaligned can be triggered
The text was updated successfully, but these errors were encountered: