Thanks for the reply. Tcl command line interpreter likes the "set" command, but the "put" generates errors. [Figured out this works with puts, instead of put]
More important, I executed the "set" command from the tcl command line in the Quartus GUI then used the Megawizard to generate an IP. I expected to find the new value of quartus(qip_path) in the newly generated .qip file, but it wasn't there.
Does Megawizard always generate "quartus(qip_path)" in the .qip file, even if this variable has been set to a specific value?
If that is the case, then I need to know how to set the variable "qip_path" from the GUI so that it will always run each time I click on "compile design."
I tried to figure out how to embed a tcl file in the project GUI, but Quartus help only tells me how to generate a tcl file to
replace the GUI.
I must be missing something simple.
Thanks for any help.