Skip to content

Commit ac2c002

Browse files
committed
fix ihp130 fill rules
1 parent 6e9d718 commit ac2c002

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

lambdapdk/ihp130/base/dfm/openroad/fill.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"space_to_outline": 0,
88
"non-opc": {
99
"datatype": 22,
10-
"width": [2.0],
11-
"height": [5.0],
12-
"space_to_fill": 1.2,
13-
"space_to_non_fill": 1.0
10+
"width": [5.0, 4.0, 3.0, 2.0, 1.0],
11+
"height": [5.0, 4.0, 3.0, 2.0, 1.0],
12+
"space_to_fill": 0.5,
13+
"space_to_non_fill": 0.5
1414
}
1515
},
1616

@@ -21,10 +21,10 @@
2121
"space_to_outline": 0,
2222
"non-opc": {
2323
"datatype": 22,
24-
"width": [5.0],
25-
"height": [2.0],
26-
"space_to_fill": 1.2,
27-
"space_to_non_fill": 1.0
24+
"width": [5.0, 4.0, 3.0, 2.0, 1.0],
25+
"height": [5.0, 4.0, 3.0, 2.0, 1.0],
26+
"space_to_fill": 0.5,
27+
"space_to_non_fill": 0.5
2828
}
2929
},
3030

@@ -35,10 +35,10 @@
3535
"space_to_outline": 0,
3636
"non-opc": {
3737
"datatype": 22,
38-
"width": [2.0],
39-
"height": [5.0],
40-
"space_to_fill": 1.2,
41-
"space_to_non_fill": 1.0
38+
"width": [5.0, 4.0, 3.0, 2.0, 1.0],
39+
"height": [5.0, 4.0, 3.0, 2.0, 1.0],
40+
"space_to_fill": 0.5,
41+
"space_to_non_fill": 0.5
4242
}
4343
},
4444

@@ -49,10 +49,10 @@
4949
"space_to_outline": 0,
5050
"non-opc": {
5151
"datatype": 22,
52-
"width": [5.0],
53-
"height": [2.0],
54-
"space_to_fill": 1.2,
55-
"space_to_non_fill": 1.0
52+
"width": [5.0, 4.0, 3.0, 2.0, 1.0],
53+
"height": [5.0, 4.0, 3.0, 2.0, 1.0],
54+
"space_to_fill": 0.5,
55+
"space_to_non_fill": 0.5
5656
}
5757
},
5858

@@ -63,10 +63,10 @@
6363
"space_to_outline": 0,
6464
"non-opc": {
6565
"datatype": 22,
66-
"width": [2.0],
67-
"height": [5.0],
68-
"space_to_fill": 1.2,
69-
"space_to_non_fill": 1.0
66+
"width": [5.0, 4.0, 3.0, 2.0, 1.0],
67+
"height": [5.0, 4.0, 3.0, 2.0, 1.0],
68+
"space_to_fill": 0.5,
69+
"space_to_non_fill": 0.5
7070
}
7171
},
7272

@@ -77,10 +77,10 @@
7777
"space_to_outline": 0,
7878
"non-opc": {
7979
"datatype": 22,
80-
"width": [10.0],
81-
"height": [ 5.0],
80+
"width": [10.0, 9.0, 8.0, 7.0, 6.0, 5.0],
81+
"height": [10.0, 9.0, 8.0, 7.0, 6.0, 5.0],
8282
"space_to_fill": 3.0,
83-
"space_to_non_fill": 4.9
83+
"space_to_non_fill": 3.0
8484
}
8585
},
8686

@@ -91,10 +91,10 @@
9191
"space_to_outline": 0,
9292
"non-opc": {
9393
"datatype": 22,
94-
"width": [ 5.0],
95-
"height": [10.0],
94+
"width": [10.0, 9.0, 8.0, 7.0, 6.0, 5.0],
95+
"height": [10.0, 9.0, 8.0, 7.0, 6.0, 5.0],
9696
"space_to_fill": 3.0,
97-
"space_to_non_fill": 4.9
97+
"space_to_non_fill": 3.0
9898
}
9999
}
100100
},

0 commit comments

Comments
 (0)