Forum Discussion
Altera_Forum
Honored Contributor
11 years agoPin constrain in sdc file
I have not make a FPGA design in Altera device for a while. Just have a question to double check, does Altera improve the functionality of sdc file that now we can put the pin constrains in the sdc file ? I remember previously we need put pin assignments in another file.
Thanks in advance.6 Replies
- Altera_Forum
Honored Contributor
By "pin constrains" do you mean pin locations?
Timing constraints go in the sdc file. Pin location constraints go in the project's qsf file. Cheers, Alex - Altera_Forum
Honored Contributor
--- Quote Start --- By "pin constrains" do you mean pin locations? Timing constraints go in the sdc file. Pin location constraints go in the project's qsf file. Cheers, Alex --- Quote End --- Thanks. But may I put the pin locations in sdc file? - Altera_Forum
Honored Contributor
--- Quote Start --- Thanks. But may I put the pin locations in sdc file? --- Quote End --- But whyyyyyy? sdc is for timing, not for pins... Synopsis Design Constraints, try and see for yourself - Altera_Forum
Honored Contributor
--- Quote Start --- But whyyyyyy? sdc is for timing, not for pins... Synopsis Design Constraints, try and see for yourself --- Quote End --- I just saw a website mentioned this. http://www.altera.com/support/software/eda_maxplus2/synplty/intro/pin.html OK, I can write tcl in qsf to do the pin constrains. For one project, I can only have on qsf file, correct? Thanks. - Altera_Forum
Honored Contributor
One, and only one, qsf file per project.
Cheers, Alex - Altera_Forum
Honored Contributor
--- Quote Start --- One, and only one, qsf file per project. Cheers, Alex --- Quote End --- Thanks a lot.