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

Not possible to fully suppress stdout in edatool API? #428

Open
keegandent opened this issue Apr 14, 2024 · 0 comments
Open

Not possible to fully suppress stdout in edatool API? #428

keegandent opened this issue Apr 14, 2024 · 0 comments

Comments

@keegandent
Copy link

I'm using the vivado backend initialized with the following code block

backend = get_edatool(tool)(edam=edam, work_root=proj_path, verbose=False)

The verbose=False seems to have no effect because of these lines. There doesn't appear to be an easy way of getting quiet=True down this deep into the tool with the configure-build-run calls.

I think changing the and not to an or not would be an appropriate change, no? If a user makes the deliberate choice to turn verbose=False that should override a deep default imho.

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