File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -300,8 +300,6 @@ clean_synth:
300300 rm -f $(LOG_DIR ) /1_*
301301 rm -f $(SYNTH_STATS )
302302 rm -f $(SDC_FILE_CLOCK_PERIOD )
303- rm -rf _tmp_yosys-abc-*
304-
305303
306304# ==============================================================================
307305# _____ _ ___ ___ ____ ____ _ _ _ _
@@ -562,8 +560,6 @@ do-grt:
562560
563561.PHONY : clean_route
564562clean_route :
565- rm -rf output* / results* .out.dmp layer_* .mps
566- rm -rf * .gdid * .log * .met * .sav * .res.dmp
567563 rm -rf $(RESULTS_DIR ) /route.guide $(RESULTS_DIR ) /output_guide.mod $(RESULTS_DIR ) /updated_clks.sdc
568564 rm -rf $(RESULTS_DIR ) /5_* .odb $(RESULTS_DIR ) /5_route.sdc $(RESULTS_DIR ) /5_* .def $(RESULTS_DIR ) /5_* .v
569565 rm -f $(REPORTS_DIR ) /5_*
@@ -763,9 +759,7 @@ clean_all: clean_synth clean_floorplan clean_place clean_cts clean_route clean_f
763759.PHONY : nuke
764760nuke : clean_test clean_issues
765761 rm -rf $(WORK_HOME ) /results $(WORK_HOME ) /logs $(WORK_HOME ) /reports $(WORK_HOME ) /objects
766- rm -rf layer_* .mps macrocell.list * best.plt * _pdn.def
767- rm -rf * .rpt * .rpt.old * .def.v pin_dumper.log
768- rm -f $(OBJECTS_DIR ) /versions.txt $(OBJECTS_DIR ) /copyright.txt dummy.guide
762+ rm -f $(OBJECTS_DIR ) /copyright.txt
769763
770764# DEF/GDS/OAS viewer shortcuts
771765# -------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments