diff --git a/quad/doc/creating-maintaining-new-project.md b/quad/doc/creating-maintaining-new-project.md index 129a51cc9a8a9f8d2710c12917aa1f9dd5b52365..491f847f98a9727d5173449e6e42349908eb717e 100644 --- a/quad/doc/creating-maintaining-new-project.md +++ b/quad/doc/creating-maintaining-new-project.md @@ -41,7 +41,8 @@ If you add it to the auto-generated folder, the scriopt will not be able to buil 1. Don't do that again please 2. We can fix it: -1. Go in to the folder structure and copy the file from the bad place (see file properties in Vivado) to `<project>/src/...` -2. Go into Vivado and delete the old file from the project -3. In Vivado, add the new file to the project -4. Update git to revision the new file. \ No newline at end of file +1. Go in to the folder structure and copy the file from the bad place (see file properties in Vivado) to `<project>/src/...`. +2. Go into Vivado and delete the old file from the project. +3. In Vivado, add the new file to the project. +4. Update git to revision the new file. +5. Run `write_project_tcl <projname>.tcl` from the tcl console in vivado. and go up to #necessarry-changes-to-tcl-files. \ No newline at end of file