Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:adding_an_xdc_file [2018/06/25 11:50]
kenmcg SV update
tutorials:adding_an_xdc_file [2019/07/12 20:04] (current)
jgoeders
Line 3: Line 3:
 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. 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.
  
-{{ :​tutorials:​making_xdc:​vivado_add_xdc.mp4| ​}}+{{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 on **Add Sources** just like in the [[tutorials:​creating_a_new_module]] tutorial. ​ However, this time select **Add or create Constraints**. ​ Click **next**.
Line 9: Line 9:
   - 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.   - 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 ===== ===== Adding an XDC file with a TCL command =====
  
Line 16: Line 17:
 add_files -fileset constrs_1 -norecurse <​filename.xdc>​ add_files -fileset constrs_1 -norecurse <​filename.xdc>​
 </​code>​ </​code>​
 +*/
 ---- ----