Skip to content

Commit 64bb400

Browse files
committed
working aes/aes-block
Signed-off-by: Jack Luar <[email protected]>
1 parent 38fc533 commit 64bb400

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

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

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"_SDC_CLK_PERIOD": {
44
"type": "float",
55
"minmax": [
6-
500,
6+
100,
77
600
88
],
99
"step": 0
@@ -12,7 +12,7 @@
1212
"type": "int",
1313
"minmax": [
1414
0,
15-
5
15+
20
1616
],
1717
"step": 1
1818
},
@@ -51,11 +51,11 @@
5151
"_FR_LAYER_ADJUST": {
5252
"type": "float",
5353
"minmax": [
54-
0.0,
55-
0.1
54+
0.1,
55+
0.3
5656
],
5757
"step": 0
58-
},
58+
},
5959
"PLACE_DENSITY_LB_ADDON": {
6060
"type": "float",
6161
"minmax": [
@@ -64,14 +64,6 @@
6464
],
6565
"step": 0
6666
},
67-
"_PINS_DISTANCE": {
68-
"type": "int",
69-
"minmax": [
70-
1,
71-
1
72-
],
73-
"step": 0
74-
},
7567
"CTS_CLUSTER_SIZE": {
7668
"type": "int",
7769
"minmax": [

flow/designs/asap7/aes/autotuner.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"_SDC_CLK_PERIOD": {
44
"type": "float",
55
"minmax": [
6-
100,
7-
600
6+
300,
7+
400
88
],
99
"step": 0
1010
},
1111
"CORE_UTILIZATION": {
1212
"type": "int",
1313
"minmax": [
14-
10,
15-
20
14+
0,
15+
5
1616
],
1717
"step": 1
1818
},
1919
"CORE_ASPECT_RATIO": {
2020
"type": "float",
2121
"minmax": [
22-
0.5,
23-
2.0
22+
0.9,
23+
1.1
2424
],
2525
"step": 0
2626
},
@@ -35,32 +35,32 @@
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
5050
},
5151
"_FR_LAYER_ADJUST": {
5252
"type": "float",
5353
"minmax": [
54-
0.1,
55-
0.3
54+
0.0,
55+
0.1
5656
],
5757
"step": 0
5858
},
5959
"PLACE_DENSITY_LB_ADDON": {
6060
"type": "float",
6161
"minmax": [
6262
0.0,
63-
0.99
63+
0.1
6464
],
6565
"step": 0
6666
},

0 commit comments

Comments
 (0)