Forum Discussion
CosmoKramer
Occasional Contributor
3 years agoHow to execute sdc command before starting compilation in order to check syntax?
How can I verify if the syntax of sdc constraints is correct before starting compilation? I tried to execute sdc constraint from tcl console in the gui but got an error that sdc commands are part o...
Nurina
Regular Contributor
3 years agoHi,
I don't usually use tcl console on Quartus GUI, instead you can try using tcl console on Timing Analyzer GUI and use the help option.
For example you want to check for create_clock syntax, just enter "create_clock -help" and it will show how to use the correct syntax.
Unfortunately I don't think you can check if your sdc command in particular is correct if you have added all the clock names and targets etc. (if this was what you were trying to do) because you don't have the timing netlist so it will always say that it cannot find those targets.
Regards,
Nurina
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.