Skip to content

Commit c5cc851

Browse files
authored
Merge branch 'master' into topic/at-reliable
Signed-off-by: Vitor Bandeira <[email protected]>
2 parents 76d7344 + e1e016f commit c5cc851

File tree

81 files changed

+3264
-281634
lines changed

Some content is hidden

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

81 files changed

+3264
-281634
lines changed

flow/Makefile

+3-2
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,8 @@ klayout:
10531053

10541054
.phony: run
10551055
run:
1056-
($(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT) 2>&1 | tee $(abspath $(LOG_DIR)/run.log))
1056+
@mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR) $(OBJECTS_DIR)
1057+
($(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT) 2>&1 | tee $(abspath $(LOG_DIR)/$(RUN_LOG_NAME_STEM).log))
10571058

10581059
# Utilities
10591060
#-------------------------------------------------------------------------------

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

+188-188
Large diffs are not rendered by default.

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1178,
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": -213.94,
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": 166,
63+
"value": 368,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -41.6,
67+
"value": -35.48,
6868
"compare": ">="
6969
}
7070
}

flow/designs/asap7/ethmac_lvt/metadata-base-ok.json

+251-180
Large diffs are not rendered by default.

flow/designs/asap7/ethmac_lvt/rules-base.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 593237,
35+
"value": 683727,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -208.76,
51+
"value": -152.08,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
@@ -64,7 +64,7 @@
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -27.43,
67+
"value": -22.89,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)