====== 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. {{youtube>VXlocbs7tE4?rel=0&noborder&1080x700}} - Click on **Add Sources** just like in the [[tutorials:creating_a_new_module]] tutorial. However, this time select **Add or create Constraints**. Click **next**. - 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**. - 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. /* ===== Adding an XDC file with a TCL command ===== You can add your file to your project with the following TCL command: add_files -fileset constrs_1 -norecurse */ ---- [[ta:tutorials#adding_xdc_files|TA Feedback]]