User Tools


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
vivado_features [2020/05/21 10:54]
nelson
vivado_features [2020/05/28 14:35] (current)
nelson [3.0 Redo Your Project]
Line 46: Line 46:
   - Now reopen Vivado and open your project, or open your .xpr file and it will automatically be opened in Vivado.   - Now reopen Vivado and open your project, or open your .xpr file and it will automatically be opened in Vivado.
  
-Sometimes you will get errors about not being able to delete some files - this can be a sign that multiple Vivado processes are running. ​ See below to fix.+Sometimes you will get errors about not being able to delete some files - this can be a sign that multiple Vivado processes are running. ​ See above to fix.
  
 +===== 3. Redo Your Project =====
 +We have seen cases where the only thing that fixes it is to create a new project with the same files. ​ Here are the steps to do so:
  
 +  - Make a new directory.
 +  - Locate and copy all .sv, .xdc, and .tcl files from the existing project over to the new directory.  ​
 +    * When you let Vivado create your .sv files, it usually buries them deep in a directory with a .srcs on the end of the name.  Find them all and copy them over.
 +  - Start Vivado and create a new project in the new location.
 +  - Add all the source files.
 +  - Add the constraint file.
 +
 +At this point you have a clean project with just the files you need.