This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vivado_features [2020/05/21 10:54] nelson [2. Wedged or Frozen Simulation] |
vivado_features [2020/05/28 14:35] (current) nelson [3.0 Redo Your Project] |
||
---|---|---|---|
Line 48: | Line 48: | ||
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. | 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. |