Skip to content

Commit 7a50d5e

Browse files
author
htfab
committed
fix: increase density of Metal3..5 fill
1 parent 897fb9d commit 7a50d5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/add-fill.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
("NWell", (31, 0), 5)],
1919
[("Metal1", (8, 0), 4)],
2020
[("Metal2", (10, 0), 4)],
21-
[("Metal3", (30, 0), 3)],
22-
[("Metal4", (50, 0), 3)],
23-
[("Metal5", (67, 0), 2)],
21+
[("Metal3", (30, 0), 4)],
22+
[("Metal4", (50, 0), 4)],
23+
[("Metal5", (67, 0), 4)],
2424
]
2525

2626
layout = pya.Layout()

0 commit comments

Comments
 (0)