Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI found the same issue, but never had time to look into it much further.
The following command might be useful to you to use as a work around (if all you want is the path to the _hw.tcl file):
set path_to_script ]]
where 'info script' gives you the _hw.tcl file, 'file normalize' gives you the full path to that script, and 'file dirname' strips off the _hw.tcl name. At that point, you can use names relative to the _hw.tcl location. Cheers, Dave