Relaxed rules when using cocotb runners #928
cameronweston
started this conversation in
General
Replies: 2 comments 2 replies
-
Are you using the Python or Makefile runner? For the Makefile runner I think you can just add it to |
Beta Was this translation helpful? Give feedback.
0 replies
-
I’ve been using python runners. Okay I’ll open an issue with them. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
With the release of cocotb 1.9.0 I've been testing out nvc and have been very happy with it so far. When compiling some legacy code that I'm using, I get an error that a shared variable needs to be protected. It then suggests to use the
--relaxed
option to downgrade this to a warning. I tried to do this but the build step in the cocotb runner places build args before the-a
option when executing.Does anyone know if there is a way to use relaxed rules with cocotb? Or is this an issue that needs to be brought up in the cocotb project?
Beta Was this translation helpful? Give feedback.
All reactions