Skip to content

Commit d17bcb5

Browse files
committed
Merge branch 'master' into secure-repair_antennas
Signed-off-by: Eder Monteiro <[email protected]>
2 parents 9c0c653 + 8282351 commit d17bcb5

File tree

13 files changed

+10
-2675
lines changed

13 files changed

+10
-2675
lines changed

flow/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ $(eval $(call do-copy,4_cts,4_1_cts.odb))
689689

690690
.PHONY: do-cts
691691
do-cts:
692+
mkdir -p $(LOG_DIR) $(REPORTS_DIR)
692693
$(UNSET_AND_MAKE) do-4_1_cts do-4_cts
693694

694695
.PHONY: clean_cts
@@ -801,6 +802,14 @@ $(eval $(call do-step,6_report,$(RESULTS_DIR)/6_1_fill.odb $(RESULTS_DIR)/6_1_fi
801802

802803
$(RESULTS_DIR)/6_final.def: $(LOG_DIR)/6_report.log
803804

805+
# The final results are called 6_final.*, so it is convenient when scripting
806+
# to have the names of the artifacts match the name of the target
807+
.PHONY: do-final
808+
do-final: do-finish
809+
810+
.PHONY: final
811+
final: finish
812+
804813
.PHONY: do-finish
805814
do-finish:
806815
mkdir -p $(LOG_DIR) $(REPORTS_DIR)
@@ -852,6 +861,7 @@ generate_abstract: $(RESULTS_DIR)/6_final.gds $(RESULTS_DIR)/6_final.def $(RESU
852861

853862
.PHONY: do-generate_abstract
854863
do-generate_abstract:
864+
mkdir -p $(LOG_DIR) $(REPORTS_DIR)
855865
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/generate_abstract.tcl -metrics $(LOG_DIR)/generate_abstract.json) 2>&1 | tee $(LOG_DIR)/generate_abstract.log
856866

857867
.PHONY: clean_abstract

flow/designs/asap7/sram-64x16/config.mk

Lines changed: 0 additions & 35 deletions
This file was deleted.

flow/designs/asap7/sram-64x16/constraints.sdc

Lines changed: 0 additions & 14 deletions
This file was deleted.
-31.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)