Using SCIE for Shadow register? #3030
yathivunnam
started this conversation in
Ideas
Replies: 1 comment
-
Instructions are sent to the SCIE unit speculatively, and no signals are provided to indicated if a SCIE instruction has committed. The RoCC interface is likely more appropriate for maintaining a shadow copy of architectural registers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we use SCIE (Simple Custom Instruction Extension) to implement a shadow register? I see that the SCIE has two dedicated registers to store data and one register to output data. I want to implement a shadow register which just stores data from registers. So that it can be compared.
Beta Was this translation helpful? Give feedback.
All reactions