-
Notifications
You must be signed in to change notification settings - Fork 147
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
Building with default parameters fails. #69
Comments
stffrdhrn
added a commit
to stffrdhrn/mor1kx
that referenced
this issue
Jan 10, 2019
On some configurtions (i.e. mor1kx defaults) the shadow GPR's is set to zero, but it should be one. This fixes github issue openrisc#69.
stffrdhrn
added a commit
to stffrdhrn/mor1kx
that referenced
this issue
Jan 10, 2019
For the mor1kx defaults the shadow GPR's is set to zero, this is done to restrict generation of certain blocks. However, it was not properly handled in the utils function for calculating the RF address width. This fixes github issue openrisc#69.
stffrdhrn
added a commit
to stffrdhrn/mor1kx
that referenced
this issue
Jan 11, 2019
For the mor1kx defaults the shadow GPR's is set to zero, this is used when calculating the total register file address size but zero is not supported. Fix that by supporting 0. Also, there is an issue with the expand wire assign when there are no SHADOW SPRs, don't assign in that case. This fixes github issue openrisc#69.
It should be fixed now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested with de0_nano 1.1, but pointed it to mor1kx master.
It fails with the following error.
The text was updated successfully, but these errors were encountered: