Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou declare variables using 'set <var name> <value>' but when you use the variable in your script you have to use '$<var name>'
i.e. set Imavariable abc $Imavariable > abcYou declare variables using 'set <var name> <value>' but when you use the variable in your script you have to use '$<var name>'
i.e. set Imavariable abc $Imavariable > abc