Altera_Forum
Honored Contributor
15 years agohow to read project parameters in sdc file
I want to use project parameters to manipulate the sdc file
This is what i tried: I have in the qsf:set_parameter -name x 5 I tried plain and simply to put in the sdc file: if >2 { some usefull constraints } When i run timequest and analyze the project i get what i want: the sdc file is read in correctly and the timing constraints are done. However when i compile the project (using ofcourse the same sdc file and the simple compile project button) I get: "error: open project does not exist ... open an existing project,"... when the system starts fitting. If i try to add the open_project command to add i get the friendly message that open_project is not a valid sdc command and will be skipped. Can anybody help me out? thx Using Q9.1