CosmoKramer
Occasional Contributor
2 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 of quartus_sta, quartus_fit package.
I tried different methods to include these packages:
- quartus_sdc::create_clock -name {name} ...
- quartus_sta::create_clock -name{name}...
But I am not able to load these packages as fitter step is not done. However I want to verify that my commands have right syntax before fitter starts.
Even after the fitter step, if fitter fails, I am not able to execute sdc commands in the tcl to verify syntax.