From: Martin W. <ic...@ma...> - 2020-02-07 20:31:41
|
I'm not whether this is what you mean, but if running from bash or csh, something like this iverilog -v test.v |& tee iverilog.log will capture all the output from stdout and stderr in iverilog.log. fuyong wrote: >> >> Thanks, |