Forum Discussion
Altera_Forum
Honored Contributor
11 years agoTcl has a procedure for creating valid file names ... try this
set filename
master_read_to_file $mypath $filename 0x00040000 1000
The 'join' part of file join comes from the fact that you can use it to build up longer filenames. There is also a file normalize command, but it doesn't work in all tools, eg., the latest Qsys Java Tcl interpreter chokes on it. Cheers, Dave