Forum Discussion
Altera_Forum
Honored Contributor
16 years agotcl commands in Altera Modelsim
Hi all! I am using Altera Modelsim, which is tcl-based. I use the GUI. In the console, when I type the command puts "a" I get not output: ModelSim> set a 1 # 1 ModelS...
Altera_Forum
Honored Contributor
9 years agoI encountered this issue a long time ago. If you compare "echo" vs "puts" on a Linux version of modelsim, you will see "puts" output going to the terminal that launches the Modelsim process, whereas "echo" prints to the Modelsim console output.
I never bothered to figure out how to redirect puts, I just used echo in my scripts :) Cheers, Dave