Skip to content

Commit 5bba1d2

Browse files
committed
Updated Vivado clean script
1 parent e583c9f commit 5bba1d2

File tree

3 files changed

+4
-49
lines changed

3 files changed

+4
-49
lines changed

scripts/clean_vivado.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
@echo off
22
rem ------------------------------------------------------------------------------
33
rem clean_vivado.bat
4+
rem published as part of https://github.com/pConst/basic_verilog
45
rem Konstantin Pavlov, pavlovconst@gmail.com
56
rem ------------------------------------------------------------------------------
67

7-
rem Use this file as a boilerplate for your custom clean script
8-
rem for Vivado projects
8+
rem Use this file as a boilerplate for your custom clean script
9+
rem for Vivado/Vitis projects
910

1011

1112
SET PROJ=test
@@ -27,6 +28,7 @@ rmdir /s /q .\.Xil\
2728

2829
del /s /f /q .\*.jou
2930
del /s /f /q .\*.log
31+
del /s /f /q .\*.str
3032

3133
pause
3234
goto :eof

scripts/hard_clean_modelsim.bat

Lines changed: 0 additions & 16 deletions
This file was deleted.

scripts/hard_clean_vivado.bat

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)