-
Notifications
You must be signed in to change notification settings - Fork 4
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
Prefetch one more word #141
Comments
Can this be done in a way compatible with the old cpu code? |
Yes, I think so. I started doing that a week ago, but ran into a dead end. But there's a great advantage in having the old instructions work more correctly, because they're mixed with the new instructions. |
Basically, all instructions that do a Also, there's some trickery going on with |
One possible shortcut would be to have all old instructions clear out the prefetch queue at the beginning, and fill it at the end according to the value of This quick-and-dirty hack would only be to provide an execution environment for the new clocked instructions. |
More completely model the IRC/IR/IRD prefetch queue.
The text was updated successfully, but these errors were encountered: