Adding a Constraints File to your Project

Like your SystemVerilog design files, the XDC file must be added to your project. Follow these instructions to add your .xdc file to your project.

  1. Click on Add Sources just like in the Adding a SystemVerilog design module to a project tutorial. However, this time select Add or create Constraints. Click next.
  2. Click Create File…
    Ensure that File Type is XDC and that File Location is set to Local to Project. Enter a name for the XDC file and click OK.
  3. Your new XDC file is located in the Project Manager, in the sources pane, inside the Constraints folder. Find the file and double click it to open it.

TA Feedback