- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In case I'm using several SDC files, how can I manage an order in which the files will be applied?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page