1
0
mirror of https://github.com/pConst/basic_verilog.git synced 2025-01-14 06:42:54 +08:00
basic_verilog/scripts/hard_clean_modelsim.bat
2021-05-27 12:54:51 +03:00

17 lines
431 B
Batchfile

@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