Skip to content

Commit 6e3f85a

Browse files
committed
working mock-array
Signed-off-by: Jack Luar <[email protected]>
1 parent d49c451 commit 6e3f85a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"_SDC_CLK_PERIOD": {
44
"type": "float",
55
"minmax": [
6-
0.1,
7-
0.4
6+
200,
7+
400
88
],
99
"step": 0
1010
},
@@ -40,6 +40,14 @@
4040
],
4141
"step": 1
4242
},
43+
"_FR_LAYER_ADJUST": {
44+
"type": "float",
45+
"minmax": [
46+
0.1,
47+
0.3
48+
],
49+
"step": 0
50+
},
4351
"PLACE_DENSITY_LB_ADDON": {
4452
"type": "float",
4553
"minmax": [
@@ -64,5 +72,5 @@
6472
],
6573
"step": 1
6674
},
67-
"_FR_FILE_PATH": ""
68-
}
75+
"_FR_FILE_PATH": "fastroute.tcl"
76+
}

0 commit comments

Comments
 (0)