Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

tcl 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

ModelSim> echo $a

# 1

ModelSim> puts $a

ModelSim> puts "a"

ModelSim>

Can anyone explain that?

Thx

13 Replies