From ca4af35860b2820962fd3d1a1f817d5f0b1749a5 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 2 Dec 2022 12:02:24 +0100 Subject: [PATCH] Create clean.bat --- Arcade_MiST/Sega Congo Bongo/clean.bat | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Arcade_MiST/Sega Congo Bongo/clean.bat diff --git a/Arcade_MiST/Sega Congo Bongo/clean.bat b/Arcade_MiST/Sega Congo Bongo/clean.bat new file mode 100644 index 00000000..b3b7c3b5 --- /dev/null +++ b/Arcade_MiST/Sega Congo Bongo/clean.bat @@ -0,0 +1,37 @@ +@echo off +del /s *.bak +del /s *.orig +del /s *.rej +del /s *~ +rmdir /s /q db +rmdir /s /q incremental_db +rmdir /s /q output_files +rmdir /s /q simulation +rmdir /s /q greybox_tmp +rmdir /s /q hc_output +rmdir /s /q .qsys_edit +rmdir /s /q hps_isw_handoff +rmdir /s /q sys\.qsys_edit +rmdir /s /q sys\vip +cd sys +for /d %%i in (*_sim) do rmdir /s /q "%%~nxi" +cd .. +for /d %%i in (*_sim) do rmdir /s /q "%%~nxi" +del build_id.v +del c5_pin_model_dump.txt +del PLLJ_PLLSPE_INFO.txt +del /s *.qws +del /s *.ppf +del /s *.ddb +del /s *.csv +del /s *.cmp +del /s *.sip +del /s *.spd +del /s *.bsf +del /s *.f +del /s *.sopcinfo +del /s *.xml +del /s new_rtl_netlist +del /s old_rtl_netlist + +pause