Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUsing the command-line version of vsim, you can redirect the output to a file. Eg., something like
vsim -c testbench -do "run -a; q" &> testbench.log
Cheers DaveUsing the command-line version of vsim, you can redirect the output to a file. Eg., something like
vsim -c testbench -do "run -a; q" &> testbench.log
Cheers Dave