Skip to content

Commit 975be83

Browse files
committed
Merge remote-tracking branch 'origin/master' into HEAD
2 parents 215191a + 759bc31 commit 975be83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4291
-3870
lines changed

flow/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ define OPEN_GUI
553553
open_$(1):
554554
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
555555
gui_$(1):
556-
$(2)=$(RESULTS_DIR)/$(1) GUI_SHOW=1 $(OPENROAD_GUI_CMD) -minimize $(SCRIPTS_DIR)/open.tcl
556+
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_GUI_CMD) $(SCRIPTS_DIR)/open.tcl
557557
endef
558558

559559
# Separate dependency checking and doing a step. This can
@@ -1053,7 +1053,7 @@ klayout:
10531053

10541054
.phony: run
10551055
run:
1056-
$(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT)
1056+
($(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT) 2>&1 | tee $(abspath $(LOG_DIR)/run.log))
10571057

10581058
# Utilities
10591059
#-------------------------------------------------------------------------------

flow/designs/asap7/aes-block/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ export PWR_NETS_VOLTAGES =
2828

2929
# The macros are very small so use a smaller halo
3030
export MACRO_PLACE_HALO ?= 5 5
31+
32+
export ROUTING_LAYER_ADJUSTMENT = 0.3

flow/designs/asap7/aes-block/metadata-base-ok.json

Lines changed: 264 additions & 207 deletions
Large diffs are not rendered by default.

flow/designs/asap7/aes-block/rules-base.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 2314.54,
3+
"value": 2310.54,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
@@ -12,27 +12,27 @@
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 12211,
15+
"value": 12203,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 1062,
23+
"value": 1061,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1262,
27+
"value": 1061,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 82464,
35+
"value": 98764,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -227.71,
51+
"value": -164.76,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 7468,
55+
"value": 7462,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
5959
"value": 531,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 248,
63+
"value": 368,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -44.5,
67+
"value": -35.48,
6868
"compare": ">="
6969
}
7070
}

flow/designs/asap7/mock-array/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ power:
6060
export DETAILED_ROUTE_END_ITERATION ?= 6
6161

6262
export MAX_ROUTING_LAYER = M9
63-
export ROUTING_LAYER_ADJUSTMENT = 0.45
6463

6564
# ensure we have some rows, so we don't get a bad clock skew.
6665
export MACRO_HALO_X = 0.5

0 commit comments

Comments
 (0)