Skip to content

Commit 04e03cd

Browse files
committed
temporary changes to aes,aes-block
Signed-off-by: Jack <[email protected]>
1 parent 603dece commit 04e03cd

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

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

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

flow/designs/asap7/aes/autotuner.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"CORE_UTILIZATION": {
1212
"type": "int",
1313
"minmax": [
14-
30,
15-
40
14+
10,
15+
20
1616
],
1717
"step": 1
1818
},
@@ -52,10 +52,26 @@
5252
"type": "float",
5353
"minmax": [
5454
0.1,
55-
0.7
55+
0.3
5656
],
5757
"step": 0
5858
},
59+
"PLACE_DENSITY_LB_ADDON": {
60+
"type": "float",
61+
"minmax": [
62+
0.0,
63+
0.99
64+
],
65+
"step": 0
66+
},
67+
"_PINS_DISTANCE": {
68+
"type": "int",
69+
"minmax": [
70+
1,
71+
1
72+
],
73+
"step": 1
74+
},
5975
"CTS_CLUSTER_SIZE": {
6076
"type": "int",
6177
"minmax": [

0 commit comments

Comments
 (0)