Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi,
I did the following: I can get my path in gui-version of TimeQuest Gui This also gives me the tcl command in one of the fields. (I have modified the path, because my real design is different then I described. I just need the syntax correctly)report_path -from -to -npaths 1 -panel_name {Report Path} When I copy this into a tcl file which I source my qsf, quartus gives an error saying theresomething wrong in the settings. Then I thought, maybe the ~input is the problem, so I changed it into a wildcard. report_path -from -to -npaths 1 -panel_name {Report Path} But that also doesn’t work. Rgds, Kimberley