Skip to content

Commit 67a7e4f

Browse files
committed
Reverted AT mods in config.mk's
Signed-off-by: Jeff Ng <[email protected]>
1 parent 97497e0 commit 67a7e4f

20 files changed

+1599
-1622
lines changed

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
88

99
export ABC_AREA = 1
1010

11-
export CORE_UTILIZATION = 27
12-
export CORE_ASPECT_RATIO = 0.867
11+
export CORE_UTILIZATION = 20
12+
export CORE_ASPECT_RATIO = 1
1313
export CORE_MARGIN = 2
1414
export PLACE_DENSITY = 0.65
1515

@@ -29,11 +29,4 @@ export PWR_NETS_VOLTAGES =
2929
# The macros are very small so use a smaller halo
3030
export MACRO_PLACE_HALO ?= 5 5
3131

32-
export ROUTING_LAYER_ADJUSTMENT = 0.23
33-
34-
# Parameters from AutoTuner runs
35-
export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 2
36-
export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 1
37-
export CTS_CLUSTER_SIZE = 155
38-
export CTS_CLUSTER_DIAMETER = 248
39-
export PLACE_DENSITY_LB_ADDON = 0.14
32+
export ROUTING_LAYER_ADJUSTMENT = 0.3

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

Lines changed: 238 additions & 236 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -97.37,
51+
"value": -152.8,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {

flow/designs/asap7/gcd/config.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ 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/metadata-base-ok.json

Lines changed: 168 additions & 166 deletions
Large diffs are not rendered by default.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 53,
23+
"value": 51,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1490,
35+
"value": 1414,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -77.18,
51+
"value": -72.12,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
5555
"value": 60,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 32,
59+
"value": 30,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
6363
"value": 100,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -33.9,
67+
"value": -32.3,
6868
"compare": ">="
6969
}
7070
}

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ export PLATFORM = ihp-sg13g2
55
export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/*.v))
66
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
77

8-
export CORE_UTILIZATION = 38
9-
export CORE_ASPECT_RATIO = 1.1
8+
export CORE_UTILIZATION = 20
9+
export CORE_ASPECT_RATIO = 1
1010

1111
export PLACE_DENSITY = 0.65
1212
export TNS_END_PERCENT = 100
1313

1414
export USE_FILL = 1
1515

1616
export REMOVE_ABC_BUFFERS = 1
17-
18-
# AutoTuner results
19-
export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 0
20-
export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 0

0 commit comments

Comments
 (0)