File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -734,6 +734,10 @@ generate_abstract: $(RESULTS_DIR)/6_final.gds $(RESULTS_DIR)/6_final.def $(RESU
734734do-generate_abstract :
735735 ($( TIME_CMD) $( OPENROAD_CMD) $( SCRIPTS_DIR) /generate_abstract.tcl -metrics $( LOG_DIR) /generate_abstract.json) 2>&1 | tee $(LOG_DIR ) /generate_abstract.log
736736
737+ .PHONY : clean_abstract
738+ clean_abstract :
739+ rm -f $(RESULTS_DIR ) /$(DESIGN_NAME ) .lib $(RESULTS_DIR ) /$(DESIGN_NAME ) .lef
740+
737741# Merge wrapped macros using Klayout
738742# -------------------------------------------------------------------------------
739743$(WRAPPED_GDSOAS ) : $(OBJECTS_DIR ) /klayout_wrap.lyt $(WRAPPED_LEFS )
@@ -833,7 +837,7 @@ clean:
833837 @echo
834838
835839.PHONY : clean_all
836- clean_all : clean_synth clean_floorplan clean_place clean_cts clean_route clean_finish clean_metadata
840+ clean_all : clean_synth clean_floorplan clean_place clean_cts clean_route clean_finish clean_metadata clean_abstract
837841 rm -rf $(OBJECTS_DIR )
838842
839843.PHONY : nuke
You can’t perform that action at this time.
0 commit comments