Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start ---
vsim -c myentity -do mymacro.do &> mymacro.logBut vsim command doesn't like &> mymacro.log. It would like to take this as an entity. --- Quote End --- Were you trying this from a bash shell? I commented that this format was for the command-line version of vsim, not the GUI version. I use this method in Makefiles to generate logfiles from failing testbenches. Cheers, Dave