Forum Discussion
MinzhiWang
Occasional Contributor
1 year agoOne question about Quartus Prime Pro's compilation dashboard
Hi Guys, Do you meet this issue as following image? In normal cases, all compilation stage will be marked with check marks. However, I met this issue almost all stages were marked with question mar...
- 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.
sstrell
Super Contributor
1 year agoYes, just use the source command in the .qsf file to point to the script.
- MinzhiWang1 year ago
Occasional Contributor
Hello sstrell,
It seems that i met problem when i source tcl file in .qsf file. My constrains are stored in tcl script file TDC-CC_3Chs_256Cells_500MHz_DRDT_LAB.tcl. I put it in project directory, and source it in .qsf file as following.
However, i got follwing blue colour info after i compile project. Quartus seems can't find my tcl script file, why?
Thanks