SKon1
Occasional Contributor
5 years agoExecuting a user added TCL script
Hello,
If I write the following 2 lines of code inside Quartus TCL console:
set f [open d:/some_file.vhd w]
close $f
I get a file named "some_file.vhd" created in d:/ of my PC. I wanted t...