Forum Discussion

ldm_as's avatar
ldm_as
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

Managing several SDC files

In case I'm using several SDC files, how can I manage an order in which the files will be applied?

1 Reply

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    Quartus looks at multiple .sdc files like one long .sdc, so the general recommendation is to put clock constraints at the top (in the first file) and then everything else below since all constraints besides clock constraints will rely on those clock constraints at the top.

    In a team-based design, you might have a team leader create global clock constraints in a file and then team members with constraints specific to their parts of the design in their own file(s). The file with the global constraints should be first so that the local constraints lower down can override the global constraints if needed.

    #iwork4intel