On Dec 2, 5:30 am, fl <rxjw...@gmail.com> wrote:
"\" has caused a great deal of confusion
ModelSim uses Tcl Command Syntax there backslash "\" symbol means
backslash substitution. If you wanna got to path "C:\altera\72\qdesigns
\..."
you should type C:\\altera\\72\qdesigns\\... or C:/altera/72/
qdesigns/... or { C:\altera\72\qdesigns\... }.
Backslash substitution is not performed on words enclosed in braces,
except for backslash-newline.
RTFM: Tcl and Macros (DO Files) > Tcl Command Syntax
Digitally yours,
Michael Tsvetkov