You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use PyVerilator 0.7.0 inside a Docker container and I am getting the following error:
error: expected initializer before ‘VL_MT_UNSAFE’
void vl_finish (const char* filename, int linenum, const char* hier) VL_MT_UNSAFE {
`` ^
cc1plus: warning: unrecognized command line option ‘-Wno-parentheses-equality’
However, I tried switching into version 0.1.0 and the error is not there and my flow is working fine. Let me know if you need anything else to help you track the issue.
The text was updated successfully, but these errors were encountered:
Which version of verilator are you using? I believe I encountered that message at some point, but I had a little bit of an old version of verilator. Have you tried using a more recent version of verilator?
I am using Verilator version 3.874. We are currently installing verilator through the package manager which seems not to install the latest version. In this case, do you think this is causing the problem?
I am trying to use PyVerilator 0.7.0 inside a Docker container and I am getting the following error:
However, I tried switching into version 0.1.0 and the error is not there and my flow is working fine. Let me know if you need anything else to help you track the issue.
The text was updated successfully, but these errors were encountered: