Skip to content

Commit 11953fc

Browse files
committed
working ibex mock-alu
Signed-off-by: Jack Luar <[email protected]>
1 parent 64bb400 commit 11953fc

File tree

2 files changed

+46
-14
lines changed

2 files changed

+46
-14
lines changed

flow/designs/asap7/ibex/autotuner.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"_SDC_CLK_PERIOD": {
44
"type": "float",
55
"minmax": [
6-
1700,
6+
1800,
77
2000
88
],
99
"step": 0
1010
},
1111
"CORE_UTILIZATION": {
1212
"type": "int",
1313
"minmax": [
14-
25,
15-
50
14+
5,
15+
10
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,27 +35,43 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
0,
38+
3,
3939
5
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
0,
46+
3,
4747
5
4848
],
4949
"step": 1
5050
},
51+
"_FR_LAYER_ADJUST": {
52+
"type": "float",
53+
"minmax": [
54+
0.0,
55+
0.1
56+
],
57+
"step": 0
58+
},
5159
"PLACE_DENSITY_LB_ADDON": {
5260
"type": "float",
5361
"minmax": [
5462
0.0,
55-
0.99
63+
0.1
5664
],
5765
"step": 0
5866
},
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": [

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

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"type": "int",
1313
"minmax": [
1414
5,
15-
50
15+
40
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,27 +35,43 @@
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
},
51+
"_FR_LAYER_ADJUST": {
52+
"type": "float",
53+
"minmax": [
54+
0.0,
55+
0.1
56+
],
57+
"step": 0
58+
},
5159
"PLACE_DENSITY_LB_ADDON": {
5260
"type": "float",
5361
"minmax": [
5462
0.0,
55-
0.99
63+
0.1
5664
],
5765
"step": 0
5866
},
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)