-
Notifications
You must be signed in to change notification settings - Fork 687
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
cv64a6_imafdch_sv39_wb_config: Fix undefined parameter #2513
cv64a6_imafdch_sv39_wb_config: Fix undefined parameter #2513
Conversation
✔️ successful run, report available here. |
@niwis I cannot merge this PR, the reason is the following one: |
Hi @JeanRochCoulon, I can't; this only seems to be possible for PRs from user-owned forks, but this one is owned by an organisation. I'll rebase myself. |
The parameter `CVA6ConfigTechnoCut` is undefined and causes elaboration errors. Align this with the other configurations and set it to constant `0`. Signed-off-by: Nils Wistoff <[email protected]>
Head branch was pushed to by a user without write access
bcd92ee
to
d6de283
Compare
❌ failed run, report available here. |
In that case, do you think we can constraint Pulp users to use their personnal account to submit PR? This would permit the rebase, otherwise we need to ask the contributor to rebase manually. |
Sure, I can do this from now on and will let others know |
Perfect ! This will help |
The parameter
CVA6ConfigTechnoCut
is undefined and causes elaboration errors. Align this with the other configurations and set it to constant0
.