-
Notifications
You must be signed in to change notification settings - Fork 33
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
128x64 3R1W Register File for Microwatt #108
Comments
For register files unfortunately just that one, so far, but if you'd be willing to give us the files I can maybe work something out |
@antonblanchard We can generate the register file. Probably, it will take a week or so before we have it ready. |
@donn @shalan Thank you! FYI this is what I came up with many months ago, interested in your thoughts. In reality we only require 80 registers (32 GPR + 32 FPR + 16 SPR), so I made it 80x64. I also struggled with capacitance issues with the tristate buffers, so created two levels (I wasn't sure how far we could push capacitance violations before they become an issue).
|
A few months ago I built a handcrafted 128x64 3R1W DFFRAM based register file for Microwatt. Coming back to the project now, I see a lot of work on the compiler, which is great.
Has there been any work on alternate register file formats with the compiler, or is it just 32x32 2R1W at the moment?
The text was updated successfully, but these errors were encountered: