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
In the control module, signal spr_access is driven by the spr_group which is dependent on the address computed in the execution stage i.e., ctrl_alu_result_i. When we don’t have spr instructions but the last five bits of address ctrl_alu_result_i match to any of SPR groups then spr_access will get updated. Due to which spr_access_valid and spr_ack are driven when there are no mtspr/mfspr opcode signals.
In the control module, signal
spr_access
is driven by thespr_group
which is dependent on the address computed in the execution stage i.e.,ctrl_alu_result_i
. When we don’t have spr instructions but the last five bits of addressctrl_alu_result_i
match to any of SPR groups thenspr_access
will get updated. Due to whichspr_access_valid
andspr_ack
are driven when there are no mtspr/mfspr opcode signals.Assertion:
Trace:
The text was updated successfully, but these errors were encountered: