Skip to content

Commit fee4237

Browse files
committed
Updates clean script for Quartus projects
1 parent 8980f48 commit fee4237

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/clean_quartus.bat

+5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ SET PROJ=MY_PROJECT_NAME
1212
rem Common junk files
1313
del /s /q .\%PROJ%.qws
1414
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\
1518

1619
rem Compilation databases
1720
del /s /f /q .\db\*
1821
rmdir /s /q .\db\
1922
del /s /f /q .\incremental_db\*
2023
rmdir /s /q .\incremental_db\
24+
del /s /f /q .\greybox_tmp\*
25+
rmdir /s /q .\greybox_tmp\
2126

2227
rem Output directory
2328
del /s /f /q .\OUTPUT\*

0 commit comments

Comments
 (0)