-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAS: handle a case where a jalr instruction requires a pop followed by a push #3277
base: master
Are you sure you want to change the base?
Conversation
[Generated by IPC robot]
master branch:
|
Mostly LGTM. |
You are right, increasing the width of sram is not a good way. I will try to adjust the code according to your suggestion. |
… operations 'ret', 'call', and 'ret-call'.
[Generated by IPC robot]
master branch:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar to the RAS part, overall it LGTM, just a few questions.
[Generated by IPC robot]
master branch:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, RAS code is on your own though.
When two different link registers (x1 and x5) are given as rs1 and rd, then the RAS is both popped and pushed to support coroutines.