Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- but the tcl console hates me also: --- Quote End --- No, it doesn't, you're just failing to read the messages: --- Quote Start --- Quartus II Tcl Console source PFC.tcl Error:couldn't read file "PFC.tcl": no such file or directory --- Quote End --- Ok, so its telling you it cannot find it. Provide the full path to the file then! tcl> source C:/users/alfonso/Desktop/PFC/PFC.tcl or tcl> cd C:/users/alfonso/Desktop/PFC tcl> source PFC.tcl Cheers, Dave