mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
Updated Vivado clean script
This commit is contained in:
parent
e583c9f977
commit
5bba1d2b7e
@ -1,11 +1,12 @@
|
||||
@echo off
|
||||
rem ------------------------------------------------------------------------------
|
||||
rem clean_vivado.bat
|
||||
rem published as part of https://github.com/pConst/basic_verilog
|
||||
rem Konstantin Pavlov, pavlovconst@gmail.com
|
||||
rem ------------------------------------------------------------------------------
|
||||
|
||||
rem Use this file as a boilerplate for your custom clean script
|
||||
rem for Vivado projects
|
||||
rem Use this file as a boilerplate for your custom clean script
|
||||
rem for Vivado/Vitis projects
|
||||
|
||||
|
||||
SET PROJ=test
|
||||
@ -27,6 +28,7 @@ rmdir /s /q .\.Xil\
|
||||
|
||||
del /s /f /q .\*.jou
|
||||
del /s /f /q .\*.log
|
||||
del /s /f /q .\*.str
|
||||
|
||||
pause
|
||||
goto :eof
|
||||
|
@ -1,16 +0,0 @@
|
||||
@echo off
|
||||
rem ------------------------------------------------------------------------------
|
||||
rem hard_clean_modelsim.bat
|
||||
rem Konstantin Pavlov, pavlovconst@gmail.com
|
||||
rem ------------------------------------------------------------------------------
|
||||
|
||||
del /s /f /q .\work\*
|
||||
rmdir /s /q .\work\
|
||||
|
||||
del /s /f /q .\modelsim.ini
|
||||
del /s /f /q .\start_time.txt
|
||||
del /s /f /q .\transcript
|
||||
del /s /f /q .\vsim.wlf
|
||||
|
||||
pause
|
||||
exit
|
@ -1,31 +0,0 @@
|
||||
@echo off
|
||||
rem ------------------------------------------------------------------------------
|
||||
rem hard_clean_vivado.bat
|
||||
rem Konstantin Pavlov, pavlovconst@gmail.com
|
||||
rem ------------------------------------------------------------------------------
|
||||
|
||||
rem Use this file as a boilerplate for your custom clean script
|
||||
rem for Vivado/Vitis projects
|
||||
|
||||
SET PROJ=a701_base_prj
|
||||
|
||||
del /s /f /q .\%PROJ%.cache\*
|
||||
rmdir /s /q .\%PROJ%.cache\
|
||||
|
||||
del /s /f /q .\%PROJ%.hw\*
|
||||
rmdir /s /q .\%PROJ%.hw\
|
||||
|
||||
del /s /f /q .\%PROJ%.runs\*
|
||||
rmdir /s /q .\%PROJ%.runs\
|
||||
|
||||
del /s /f /q .\%PROJ%.sim\*
|
||||
rmdir /s /q .\%PROJ%.sim\
|
||||
|
||||
del /s /f /q .\.Xil\*
|
||||
rmdir /s /q .\.Xil\
|
||||
|
||||
del /s /f /q .\*.jou
|
||||
del /s /f /q .\*.log
|
||||
|
||||
pause
|
||||
exit
|
Loading…
x
Reference in New Issue
Block a user