mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
Added Modelsim cleaning script
This commit is contained in:
parent
aa52420d17
commit
48e9ddef7e
16
scripts/hard_clean_modelsim.bat
Normal file
16
scripts/hard_clean_modelsim.bat
Normal file
@ -0,0 +1,16 @@
|
||||
@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,6 +1,6 @@
|
||||
@echo off
|
||||
rem ------------------------------------------------------------------------------
|
||||
rem clean.bat
|
||||
rem hard_clean_vivado.bat
|
||||
rem Konstantin Pavlov, pavlovconst@gmail.com
|
||||
rem ------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user