olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.17k stars 242 forks source link

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

Open Barabas5532 opened 11 months ago

Barabas5532 commented 11 months ago

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

Examples:

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.