Forum Discussion
One question about Quartus Prime Pro's compilation dashboard
- 1 year ago
Sourced Tcl scripts with assignments should be at the top of the .qsf and are read when you open the project. For some reason, the timing analyzer is trying to read this file. Check your timing analyzer settings.
Sourced Tcl scripts with assignments should be at the top of the .qsf and are read when you open the project. For some reason, the timing analyzer is trying to read this file. Check your timing analyzer settings.
- MinzhiWang1 year ago
Occasional Contributor
Hi sstrell,
Ok, I'll try as you said next week.
However, I have tried to change the tcl file to qsf, just changed the file's suffix(for example: from *.tcl to *.qsf), before i left office last Friday. Then I tried to source that new *.qsf file in my project QSF file. It ran well, I can implement what I want.
Thanks
Best Regard
- MinzhiWang1 year ago
Occasional Contributor
Hello sstrell,
I can source both TCL&QSF files in project .qsf now.
For previous TCL file source issue, maybe, I made one simple rookie mistake. Becasue I accidently inserted space into the TCL file name:
With space: * .tcl
Without space: *.tcl
So quartus will report several times in every compile stage for can't find *.tcl file. Actually, What I sourced is * .tcl file.
Anyway, thank you very much.
Regard