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
16 years agoputs will put messages into the host OS's console window (i see this on linux). i'm not sure where they'd go if you are using Windows.
echo prints to the ModelSim transcript window as you've seen.