Skip to content

Commit ca4c456

Browse files
committed
Merge remote-tracking branch 'origin/master' into HEAD
2 parents 880a34f + 51286a1 commit ca4c456

File tree

19 files changed

+59
-53
lines changed

19 files changed

+59
-53
lines changed

flow/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,11 @@ open_$(1): open_$(2)
570570
endef
571571

572572
define OPEN_GUI
573-
.PHONY: $(1)_$(2)
574-
$(1)_$(2):
575-
$(3)=$(RESULTS_DIR)/$(2) $(4) $(SCRIPTS_DIR)/gui.tcl
573+
.PHONY: open_$(1) gui_$(1)
574+
open_$(1):
575+
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
576+
gui_$(1):
577+
$$(UNSET_AND_MAKE) GUI_SHOW=1 open_$(1)
576578
endef
577579

578580
# Separate dependency checking and doing a step. This can
@@ -1024,10 +1026,8 @@ $(eval $(call OPEN_GUI_SHORTCUT,route,5_route.odb))
10241026
$(eval $(call OPEN_GUI_SHORTCUT,grt,5_1_grt.odb))
10251027
$(eval $(call OPEN_GUI_SHORTCUT,final,6_final.odb))
10261028

1027-
$(foreach file,$(RESULTS_DEF),$(eval $(call OPEN_GUI,gui,$(file),DEF_FILE,$(OPENROAD_GUI_CMD))))
1028-
$(foreach file,$(RESULTS_ODB),$(eval $(call OPEN_GUI,gui,$(file),ODB_FILE,$(OPENROAD_GUI_CMD))))
1029-
$(foreach file,$(RESULTS_DEF),$(eval $(call OPEN_GUI,open,$(file),DEF_FILE,$(OPENROAD_NO_EXIT_CMD))))
1030-
$(foreach file,$(RESULTS_ODB),$(eval $(call OPEN_GUI,open,$(file),ODB_FILE,$(OPENROAD_NO_EXIT_CMD))))
1029+
$(foreach file,$(RESULTS_DEF),$(eval $(call OPEN_GUI,$(file),DEF_FILE)))
1030+
$(foreach file,$(RESULTS_ODB),$(eval $(call OPEN_GUI,$(file),ODB_FILE)))
10311031

10321032
# Write a def for the corresponding odb
10331033
$(foreach file,$(RESULTS_ODB),$(file).def): %.def:

flow/designs/asap7/aes-block/autotuner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
38+
1,
3939
5
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
46+
1,
4747
5
4848
],
4949
"step": 1

flow/designs/asap7/gcd/autotuner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
2020
"type": "int",
2121
"minmax": [
22-
0,
22+
1,
2323
5
2424
],
2525
"step": 1
2626
},
2727
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
2828
"type": "int",
2929
"minmax": [
30-
0,
30+
1,
3131
5
3232
],
3333
"step": 1

flow/designs/asap7/jpeg/autotuner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
38+
1,
3939
5
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
46+
1,
4747
5
4848
],
4949
"step": 1

flow/designs/asap7/mock-array/autotuner.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
2828
"type": "int",
2929
"minmax": [
30-
0,
30+
1,
3131
5
3232
],
3333
"step": 1
3434
},
3535
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
38+
1,
3939
5
4040
],
4141
"step": 1
@@ -73,4 +73,4 @@
7373
"step": 1
7474
},
7575
"_FR_FILE_PATH": "fastroute.tcl"
76-
}
76+
}

flow/designs/gf180/ibex/autotuner.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
39-
2
38+
1,
39+
3
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
47-
2
46+
1,
47+
3
4848
],
4949
"step": 1
5050
},

flow/designs/gf180/jpeg/autotuner.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
39-
2
38+
1,
39+
3
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
47-
2
46+
1,
47+
3
4848
],
4949
"step": 1
5050
},

flow/designs/ihp-sg13g2/aes/autotuner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
38+
1,
3939
5
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
46+
1,
4747
5
4848
],
4949
"step": 1

flow/designs/ihp-sg13g2/gcd/autotuner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
38+
1,
3939
5
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
46+
1,
4747
5
4848
],
4949
"step": 1

flow/designs/ihp-sg13g2/ibex/autotuner.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
38+
1,
3939
5
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
47-
2
46+
1,
47+
3
4848
],
4949
"step": 1
5050
},

0 commit comments

Comments
 (0)