-
Notifications
You must be signed in to change notification settings - Fork 43
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
Updated verilator waivers so the sim builds #91
Conversation
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.
Thanks for making these changes. I had been meaning to fix the Verilator lint file for a while. On which version of Verilator did you test this?
I think the lint that you're trying to mute is a legit warning. In ibex_register_file_fpga, if RdataMuxCheck is not enabled then the oh_raddr_a_err and oh_raddr_b_err wires are indeed not driven. Probably that should be a RTL fix instead of lint fix. |
Signed-off-by: Hugo McNally <[email protected]>
Verilator 4.210 (The officially supported ibex version) |
I've moved the Verilator top over to using Closing this PR in favour of #93 |
No description provided.