One 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...
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.
I haven't encountered this behavior before. Please share your design by archiving the project (Project > Archive Project), so I can investigate it further.
I'm sorry, the issue disappeared after I made some modification and re-compiled the project.
BTW, I have another question which you may help me on it.
You know, we can add many kinds of constrains into QSF file. I have many location constrains which are required for my logic nodes. Some are arranged by other enginners, some are created by me. So there are several options for this kind of constrains. Then this kinds of constrains are saved in different TCL files. When one of these options is tried, its TCL file will be run in Quartus TCL script window and the corresponding constrains will be added to project.
Now, we encounter one problem for running TCL script file in Quartus Tcl scripts window. It will take long time after I click the "Run" button. Sometimes, it will give me one fatal error info after I wait for long time.
I can copy all comments of the TCL file to QSF file to complete this constrain. But I want to fine one feasible way for us to arrange this task. For example, can QSF source our TCL file? Then we do not need to run it in Tcl script window, and also don't need to copy these comments from TCL file to QSF file.
I know QSF file can source one kind of TCL file using below assignment:
I use above assignment to complete JIC generation automatically during full compilation. So I request here whether there is similar way for QSF to source location constrains which are distributed into different tcl files? It means that the QSF file is the top-level, and other TCL files are the low-level.