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

No messages from tool are printed when the tool exits successfully #650

Open
Barabas5532 opened this issue Oct 15, 2023 · 0 comments
Open

Comments

@Barabas5532
Copy link

Is it possible to get tool messages to print even when the tool exits with success?

Examples:

  • yosys synthesis. This might take a while if there is a badly inferred memory. I would prefer to be able to monitor the synthesis progress in the terminal to spot this early. Even on a successful run, I often want to look at the utilisation report which is currently hidden away in a log file in the build folder.
  • Verilator in lint mode with -Wall -Wno-fatal set. The only output is:
$ fusesoc run --target lint crush
INFO: Preparing ::crush:0.0.1
INFO: Setting up project
INFO: Building simulation model
INFO: Running

, but in fact my project has some of warnings. These are visible only when using fusesoc --verbose, or when the output is revealed by other errors.

I can kind of work around using the --verbose flag, but it also causes some internal fusesoc debug output to appear. It would be great if there was a way to show all tool output, without including any fusesoc debug output.

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