Skip to content

Commit 583eea0

Browse files
committed
GCD design updates based on AutoTuner runs
Adjusted padding flow variables per review feedback Signed-off-by: Jeff Ng <[email protected]>
1 parent c51d17e commit 583eea0

File tree

15 files changed

+828
-675
lines changed

15 files changed

+828
-675
lines changed

flow/designs/asap7/gcd/autotuner.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"_SDC_CLK_PERIOD": {
44
"type": "float",
55
"minmax": [
6-
300,
7-
1000
6+
200,
7+
500
88
],
99
"step": 0
1010
},
@@ -19,16 +19,16 @@
1919
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
2020
"type": "int",
2121
"minmax": [
22-
1,
23-
5
22+
0,
23+
3
2424
],
2525
"step": 1
2626
},
2727
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
2828
"type": "int",
2929
"minmax": [
30-
1,
31-
5
30+
0,
31+
3
3232
],
3333
"step": 1
3434
},
@@ -44,7 +44,7 @@
4444
"type": "float",
4545
"minmax": [
4646
0.0,
47-
0.1
47+
0.2
4848
],
4949
"step": 0
5050
},

flow/designs/asap7/gcd/config.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ export PLACE_DENSITY = 0.35
1212
# a smoketest for this option, there are a
1313
# few last gasp iterations
1414
export SKIP_LAST_GASP ?= 1
15+
16+
# AutoTuner results
17+
export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 0
18+
export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 0
19+
export PLACE_DENSITY_LB_ADDON = 0.14

flow/designs/asap7/gcd/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ current_design gcd
22

33
set clk_name core_clock
44
set clk_port_name clk
5-
set clk_period 390
5+
set clk_period 310
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

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

Lines changed: 262 additions & 197 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 54.33,
3+
"value": 43.43,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 65,
11+
"value": 53,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 638,
15+
"value": 544,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 56,
23+
"value": 53,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 56,
27+
"value": 47,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1603,
35+
"value": 1490,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -28.55,
51+
"value": -77.18,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 70,
55+
"value": 60,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 28,
59+
"value": 32,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
6363
"value": 100,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -13.38,
67+
"value": -33.9,
6868
"compare": ">="
6969
}
7070
}

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"_SDC_CLK_PERIOD": {
44
"type": "float",
55
"minmax": [
6-
7.0,
6+
2.0,
77
12.0
88
],
99
"step": 0
1010
},
1111
"CORE_UTILIZATION": {
1212
"type": "int",
1313
"minmax": [
14-
5,
15-
30
14+
15,
15+
50
1616
],
1717
"step": 1
1818
},
@@ -35,16 +35,16 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
1,
39-
5
38+
0,
39+
3
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
1,
47-
5
46+
0,
47+
3
4848
],
4949
"step": 1
5050
},
@@ -60,7 +60,7 @@
6060
"type": "float",
6161
"minmax": [
6262
0.0,
63-
0.1
63+
0.2
6464
],
6565
"step": 0
6666
},

flow/designs/ihp-sg13g2/gcd/config.mk

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
77
export USE_FILL = 1
88

99
export PLACE_DENSITY ?= 0.88
10-
export CORE_UTILIZATION = 20
10+
export CORE_UTILIZATION = 33
1111
export TNS_END_PERCENT = 100
12+
export CORE_ASPECT_RATIO = 0.52
13+
export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 1
14+
export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 0
15+
export PLACE_DENSITY_LB_ADDON = 0.094
16+
17+
#Temporary: enable post-DRT repair antennas locally - remove once set in platforms config.mk
18+
export SKIP_ANTENNA_REPAIR_POST_DRT = 0

flow/designs/ihp-sg13g2/gcd/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ current_design gcd
22

33
set clk_name core_clock
44
set clk_port_name clk
5-
set clk_period 10.4
5+
set clk_period 2.6
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

0 commit comments

Comments
 (0)