DZuck1
Occasional Contributor
6 years agoFind Quartus Project Directory Path via TCL
Hi,
I am trying to use a TCL script to grab the project's SVN repo revision and place it into a register in my Quartus project. Using the example posted on the Intel website I was able to pull the SVN revision into my project.
The script pulls the revision of the .QPF file but I would like to pull the revision of the whole directory as the revision of the .QPF file may not be the latest revision of the project. When I commit new source files to SVN the revision of the QPF may not necessarily change.
I have added the following line to my QSF file:
set_global_assignment -name PRE_FLOW_SCRIPT_FILE "quartus_sh:svn_revision.tcl \$\{project\}.qpf"I am hoping there is some Quartus variable that I can pass into the script to get the project directory path. Does anyone know what that variable is?
Thanks,
DZuck1