Skip to content
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

Relax output suppression (--loglevel) to not suppress Vivado simulation results #211

Open
jhegeman opened this issue Oct 18, 2024 · 0 comments

Comments

@jhegeman
Copy link
Contributor

The output formatter used for Vivado output is a bit harsh. Any line that is not actively identified as a specific log level is suppressed unless the log level is set looser than INFO.
One of the side-effects of this choice is that even with --loglevel=INFO, all Vivado simulation output is suppressed. (Unless one gets into the habit of prefixing simulation output with 'INFO'.)

In my opinion, anything not explicitly marked with a log level should be considered informational. So I'd like to propose changing the '>=' in the following line to '>'.
https://github.com/ipbus/ipbb/blob/develop/src/ipbb/tools/xilinx/vivado_common.py#L161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant