Skip to content

Commit

Permalink
Merge branch 'master' into topic/at-reliable
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
vvbandeira authored Jan 9, 2025
2 parents 76d7344 + e1e016f commit c5cc851
Show file tree
Hide file tree
Showing 81 changed files with 3,264 additions and 281,634 deletions.
5 changes: 3 additions & 2 deletions flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ define OPEN_GUI
open_$(1):
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
gui_$(1):
$(2)=$(RESULTS_DIR)/$(1) GUI_SHOW=1 $(OPENROAD_GUI_CMD) -minimize $(SCRIPTS_DIR)/open.tcl
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_GUI_CMD) $(SCRIPTS_DIR)/open.tcl
endef

# Separate dependency checking and doing a step. This can
Expand Down Expand Up @@ -1053,7 +1053,8 @@ klayout:

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

# Utilities
#-------------------------------------------------------------------------------
Expand Down
376 changes: 188 additions & 188 deletions flow/designs/asap7/aes-block/metadata-base-ok.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions flow/designs/asap7/aes-block/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"compare": "<="
},
"cts__design__instance__count__hold_buffer": {
"value": 1178,
"value": 1061,
"compare": "<="
},
"globalroute__antenna_diodes_count": {
"value": 0,
"compare": "<="
},
"detailedroute__route__wirelength": {
"value": 82464,
"value": 98764,
"compare": "<="
},
"detailedroute__route__drc_errors": {
Expand All @@ -48,23 +48,23 @@
"compare": "<="
},
"finish__timing__setup__ws": {
"value": -213.94,
"value": -164.76,
"compare": ">="
},
"finish__design__instance__area": {
"value": 7468,
"value": 7462,
"compare": "<="
},
"finish__timing__drv__setup_violation_count": {
"value": 531,
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 166,
"value": 368,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
"value": -41.6,
"value": -35.48,
"compare": ">="
}
}
431 changes: 251 additions & 180 deletions flow/designs/asap7/ethmac_lvt/metadata-base-ok.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions flow/designs/asap7/ethmac_lvt/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"compare": "<="
},
"detailedroute__route__wirelength": {
"value": 593237,
"value": 683727,
"compare": "<="
},
"detailedroute__route__drc_errors": {
Expand All @@ -48,7 +48,7 @@
"compare": "<="
},
"finish__timing__setup__ws": {
"value": -208.76,
"value": -152.08,
"compare": ">="
},
"finish__design__instance__area": {
Expand All @@ -64,7 +64,7 @@
"compare": "<="
},
"finish__timing__wns_percent_delay": {
"value": -27.43,
"value": -22.89,
"compare": ">="
}
}
Loading

0 comments on commit c5cc851

Please sign in to comment.