From e8bcbb74da91529911ee991f6730d6fee1d71ccc Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Thu, 16 Feb 2017 21:21:51 +0200 Subject: [PATCH] scripts: fixed tcl syntax for altera projects not meeting timing --- projects/scripts/adi_tquest.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/scripts/adi_tquest.tcl b/projects/scripts/adi_tquest.tcl index 1b4b520d8..a8f5d4a7f 100755 --- a/projects/scripts/adi_tquest.tcl +++ b/projects/scripts/adi_tquest.tcl @@ -15,7 +15,7 @@ if {$slack > 0} { if {$slack < 0} { set sof_files [glob *.sof] - foreach sof_file in sof_files { + foreach sof_file $sof_files { set root_sof_file [file rootname $sof_file] set new_sof_file [append root_sof_file "_timing.sof"] file rename -force $sof_file $new_sof_file