Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIn case of really large project that span months of team work you may prefer to have a main project sdc file that can call some lower sdc files that contain constraints specific to nodes in lower modules. You will put clock, pins etc in top level and local constraints such as multicycles or delays in lower level sdc files then call them up from top sdc using:
read_sdc sdc1.sdc read_sdc sdc2.sdc This is convenient for team work when a designer of lower module passes constraints to project level integrator.