Forum Discussion

SKon1's avatar
SKon1
Icon for Occasional Contributor rankOccasional Contributor
5 years ago

Executing 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...