We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8980f48 commit fee4237Copy full SHA for fee4237
scripts/clean_quartus.bat
@@ -12,12 +12,17 @@ SET PROJ=MY_PROJECT_NAME
12
rem Common junk files
13
del /s /q .\%PROJ%.qws
14
del /s /q .\c5_pin_model_dump.txt
15
+del /s /q .\%PROJ%.ipregen.rpt
16
+del /s /f /q .\.qsys_edit\*
17
+rmdir /s /q .\.qsys_edit\
18
19
rem Compilation databases
20
del /s /f /q .\db\*
21
rmdir /s /q .\db\
22
del /s /f /q .\incremental_db\*
23
rmdir /s /q .\incremental_db\
24
+del /s /f /q .\greybox_tmp\*
25
+rmdir /s /q .\greybox_tmp\
26
27
rem Output directory
28
del /s /f /q .\OUTPUT\*
0 commit comments