We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd184c commit 9e409fcCopy full SHA for 9e409fc
pdks/sky130/lib.ar
@@ -19,8 +19,6 @@ cell fet1v8(nfet: Int, w: Float, nf: Int) {
19
let licon = crect(layer="licon1.drawing", x0=0., x1=170., y0=0., y1=170.);
20
let ny = (((diff.h - licon.h - 80.) / 340.) as Int + 1);
21
#scope4 std::center_rects(li1_bbox, #scope3 std::array2(licon, nf + 1, ny, 430., 340.));
22
- let rect0 = rect("prBoundary.boundary", x0i = 571.9036254882813, y0i = 1602.1031494140625, x1i = 1592.9312744140625, y1i = 2101.62646484375)!;
23
- dimension(rect0.x1, rect0.x0, 1000., rect0.y1 + 240.75806, rect0.y1, rect0.y1, true);
24
}
25
26
cell tap(ntap: Int, w: Float, h: Float) {
0 commit comments