Skip to content

Commit d2c7db5

Browse files
committed
Merge branch 'master' into test-nangate45_regenerate_rams
2 parents f9bdc76 + bba0537 commit d2c7db5

File tree

25 files changed

+1696
-1616
lines changed

25 files changed

+1696
-1616
lines changed

flow/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ skip_resize: $(RESULTS_DIR)/3_3_place_gp.odb
839839
skip_cts: $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/3_place.sdc
840840
# mock all intermediate results
841841
cp $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/4_1_cts.odb
842-
cp $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/4_2_cts_fillcell.odb
843842
cp $(RESULTS_DIR)/3_place.sdc $(RESULTS_DIR)/4_cts.sdc
844843
cp $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/4_cts.odb
845844

@@ -1078,7 +1077,7 @@ handoff : all_defs all_verilog
10781077

10791078
.PHONY: print-%
10801079
# Print any variable, for instance: make print-DIE_AREA
1081-
print-% : ; @echo $* = $($*)
1080+
print-% : ; @echo "$* = $($*)"
10821081

10831082
.PHONY: test-unset-and-make-%
10841083
test-unset-and-make-%: ; $(UNSET_AND_MAKE) $*

flow/designs/gf12/aes/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ else
1818
export DESIGN_TYPE = CELL_NODEN
1919
endif
2020

21+
export SKIP_INCREMENTAL_REPAIR = 1

flow/designs/gf12/ariane/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ export DESIGN_TYPE = CELL
3434
else
3535
export DESIGN_TYPE = CELL_NODEN
3636
endif
37+
38+
export SKIP_INCREMENTAL_REPAIR = 1

flow/designs/gf12/ariane/constraint.sdc

Lines changed: 495 additions & 496 deletions
Large diffs are not rendered by default.

flow/designs/gf12/ariane/constraint_hier.sdc

Lines changed: 494 additions & 495 deletions
Large diffs are not rendered by default.

flow/designs/gf12/ca53/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ export DESIGN_TYPE = CELL_NODEN
5858
endif
5959

6060
export SKIP_PIN_SWAP = 1
61+
export SKIP_INCREMENTAL_REPAIR = 1

flow/designs/gf12/ca53/config_mpl2.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ export DESIGN_TYPE = CELL
6767
else
6868
export DESIGN_TYPE = CELL_NODEN
6969
endif
70+
71+
export SKIP_INCREMENTAL_REPAIR = 1

flow/designs/gf55/aes/metadata-base-ok.json

Lines changed: 177 additions & 167 deletions
Large diffs are not rendered by default.

flow/designs/gf55/aes/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"compare": ">="
4141
},
4242
"finish__design__instance__area": {
43-
"value": 154782,
43+
"value": 178042,
4444
"compare": "<="
4545
},
4646
"finish__timing__drv__setup_violation_count": {

flow/designs/intel16/gcd/metadata-base-ok.json

Lines changed: 176 additions & 172 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)