Skip to content

Commit bee0af8

Browse files
committed
added option for padding == 0 in asap7 mock-alu AutoTuner config
fixed global placement cell padding to match detail placement Signed-off-by: Jeff Ng <[email protected]>
1 parent 6b38aee commit bee0af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"CELL_PAD_IN_SITES_GLOBAL_PLACEMENT": {
3636
"type": "int",
3737
"minmax": [
38-
1,
39-
5
38+
0,
39+
4
4040
],
4141
"step": 1
4242
},
4343
"CELL_PAD_IN_SITES_DETAIL_PLACEMENT": {
4444
"type": "int",
4545
"minmax": [
46-
1,
47-
5
46+
0,
47+
4
4848
],
4949
"step": 1
5050
},

0 commit comments

Comments
 (0)