code
stringlengths
35
6.69k
score
float64
6.5
11.5
module sky130_fd_sc_hd__a2bb2o_2 ( X, A1_N, A2_N, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1_N; input A2_N; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a2bb2o base ( .X(X), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2o_2 ( X, A1_N, A2_N, B1, B2 ); output X; input A1_N; input A2_N; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a2bb2o base ( .X(X), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2o_4 ( X, A1_N, A2_N, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1_N; input A2_N; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a2bb2o base ( .X(X), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2o_4 ( X, A1_N, A2_N, B1, B2 ); output X; input A1_N; input A2_N; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a2bb2o base ( .X(X), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi ( Y, A1_N, A2_N, B1, B2, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A1_N; input A2_N; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out; wire nor0_out; wire nor1_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments and and0 (and0_out, B1, B2); nor nor0 (nor0_out, A1_N, A2_N); nor nor1 (nor1_out_Y, nor0_out, and0_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nor1_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi ( Y, A1_N, A2_N, B1, B2 ); // Module ports output Y; input A1_N; input A2_N; input B1; input B2; // Local signals wire and0_out; wire nor0_out; wire nor1_out_Y; // Name Output Other arguments and and0 (and0_out, B1, B2); nor nor0 (nor0_out, A1_N, A2_N); nor nor1 (nor1_out_Y, nor0_out, and0_out); buf buf0 (Y, nor1_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi ( Y, A1_N, A2_N, B1, B2 ); // Module ports output Y; input A1_N; input A2_N; input B1; input B2; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out; wire nor0_out; wire nor1_out_Y; // Name Output Other arguments and and0 (and0_out, B1, B2); nor nor0 (nor0_out, A1_N, A2_N); nor nor1 (nor1_out_Y, nor0_out, and0_out); buf buf0 (Y, nor1_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi_1 ( Y, A1_N, A2_N, B1, B2, VPWR, VGND, VPB, VNB ); output Y; input A1_N; input A2_N; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a2bb2oi base ( .Y(Y), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi_1 ( Y, A1_N, A2_N, B1, B2 ); output Y; input A1_N; input A2_N; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a2bb2oi base ( .Y(Y), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi_2 ( Y, A1_N, A2_N, B1, B2, VPWR, VGND, VPB, VNB ); output Y; input A1_N; input A2_N; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a2bb2oi base ( .Y(Y), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi_2 ( Y, A1_N, A2_N, B1, B2 ); output Y; input A1_N; input A2_N; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a2bb2oi base ( .Y(Y), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi_4 ( Y, A1_N, A2_N, B1, B2, VPWR, VGND, VPB, VNB ); output Y; input A1_N; input A2_N; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a2bb2oi base ( .Y(Y), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a2bb2oi_4 ( Y, A1_N, A2_N, B1, B2 ); output Y; input A1_N; input A2_N; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a2bb2oi base ( .Y(Y), .A1_N(A1_N), .A2_N(A2_N), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a21bo ( X, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); // Module ports output X; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nand0_out; wire nand1_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments nand nand0 (nand0_out, A2, A1); nand nand1 (nand1_out_X, B1_N, nand0_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, nand1_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a21bo ( X, A1, A2, B1_N ); // Module ports output X; input A1; input A2; input B1_N; // Local signals wire nand0_out; wire nand1_out_X; // Name Output Other arguments nand nand0 (nand0_out, A2, A1); nand nand1 (nand1_out_X, B1_N, nand0_out); buf buf0 (X, nand1_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a21bo ( X, A1, A2, B1_N ); // Module ports output X; input A1; input A2; input B1_N; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire nand0_out; wire nand1_out_X; // Name Output Other arguments nand nand0 (nand0_out, A2, A1); nand nand1 (nand1_out_X, B1_N, nand0_out); buf buf0 (X, nand1_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a21bo_1 ( X, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21bo base ( .X(X), .A1(A1), .A2(A2), .B1_N(B1_N), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21bo_1 ( X, A1, A2, B1_N ); output X; input A1; input A2; input B1_N; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21bo base ( .X(X), .A1(A1), .A2(A2), .B1_N(B1_N) ); endmodule
7.212805
module sky130_fd_sc_hd__a21bo_2 ( X, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21bo base ( .X(X), .A1(A1), .A2(A2), .B1_N(B1_N), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21bo_2 ( X, A1, A2, B1_N ); output X; input A1; input A2; input B1_N; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21bo base ( .X(X), .A1(A1), .A2(A2), .B1_N(B1_N) ); endmodule
7.212805
module sky130_fd_sc_hd__a21bo_4 ( X, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21bo base ( .X(X), .A1(A1), .A2(A2), .B1_N(B1_N), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21bo_4 ( X, A1, A2, B1_N ); output X; input A1; input A2; input B1_N; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21bo base ( .X(X), .A1(A1), .A2(A2), .B1_N(B1_N) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi ( Y, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; // Local signals wire b; wire and0_out; wire nor0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments not not0 (b, B1_N); and and0 (and0_out, A1, A2); nor nor0 (nor0_out_Y, b, and0_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nor0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a21boi ( Y, A1, A2, B1_N ); // Module ports output Y; input A1; input A2; input B1_N; // Local signals wire b; wire and0_out; wire nor0_out_Y; // Name Output Other arguments not not0 (b, B1_N); and and0 (and0_out, A1, A2); nor nor0 (nor0_out_Y, b, and0_out); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a21boi ( Y, A1, A2, B1_N ); // Module ports output Y; input A1; input A2; input B1_N; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire b; wire and0_out; wire nor0_out_Y; // Name Output Other arguments not not0 (b, B1_N); and and0 (and0_out, A1, A2); nor nor0 (nor0_out_Y, b, and0_out); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_0 ( Y, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_0 ( Y, A1, A2, B1_N ); output Y; input A1; input A2; input B1_N; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_1 ( Y, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_1 ( Y, A1, A2, B1_N ); output Y; input A1; input A2; input B1_N; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_2 ( Y, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_2 ( Y, A1, A2, B1_N ); output Y; input A1; input A2; input B1_N; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_4 ( Y, A1, A2, B1_N, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1_N; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21boi_4 ( Y, A1, A2, B1_N ); output Y; input A1; input A2; input B1_N; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21boi base ( .Y(Y), .A1(A1), .A2(A2), .B1_N(B1_N) ); endmodule
7.212805
module sky130_fd_sc_hd__a21o ( X, A1, A2, B1, VPWR, VGND, VPB, VNB ); // Module ports output X; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out; wire or0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments and and0 (and0_out, A1, A2); or or0 (or0_out_X, and0_out, B1); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, or0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a21o ( X, A1, A2, B1 ); // Module ports output X; input A1; input A2; input B1; // Local signals wire and0_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, A1, A2); or or0 (or0_out_X, and0_out, B1); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a21o ( X, A1, A2, B1 ); // Module ports output X; input A1; input A2; input B1; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, A1, A2); or or0 (or0_out_X, and0_out, B1); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a21o_1 ( X, A1, A2, B1, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21o base ( .X(X), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21o_1 ( X, A1, A2, B1 ); output X; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21o base ( .X (X), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a21o_2 ( X, A1, A2, B1, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21o base ( .X(X), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21o_2 ( X, A1, A2, B1 ); output X; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21o base ( .X (X), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a21o_4 ( X, A1, A2, B1, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21o base ( .X(X), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21o_4 ( X, A1, A2, B1 ); output X; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21o base ( .X (X), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a21oi ( Y, A1, A2, B1, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out; wire nor0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments and and0 (and0_out, A1, A2); nor nor0 (nor0_out_Y, B1, and0_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nor0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a21oi ( Y, A1, A2, B1 ); // Module ports output Y; input A1; input A2; input B1; // Local signals wire and0_out; wire nor0_out_Y; // Name Output Other arguments and and0 (and0_out, A1, A2); nor nor0 (nor0_out_Y, B1, and0_out); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a21oi ( Y, A1, A2, B1 ); // Module ports output Y; input A1; input A2; input B1; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out; wire nor0_out_Y; // Name Output Other arguments and and0 (and0_out, A1, A2); nor nor0 (nor0_out_Y, B1, and0_out); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a21oi_1 ( Y, A1, A2, B1, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21oi base ( .Y(Y), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21oi_1 ( Y, A1, A2, B1 ); output Y; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21oi base ( .Y (Y), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a21oi_2 ( Y, A1, A2, B1, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21oi base ( .Y(Y), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21oi_2 ( Y, A1, A2, B1 ); output Y; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21oi base ( .Y (Y), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a21oi_4 ( Y, A1, A2, B1, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a21oi base ( .Y(Y), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a21oi_4 ( Y, A1, A2, B1 ); output Y; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a21oi base ( .Y (Y), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a22o ( X, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); // Module ports output X; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out; wire and1_out; wire or0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments and and0 (and0_out, B1, B2); and and1 (and1_out, A1, A2); or or0 (or0_out_X, and1_out, and0_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, or0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a22o ( X, A1, A2, B1, B2 ); // Module ports output X; input A1; input A2; input B1; input B2; // Local signals wire and0_out; wire and1_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, B1, B2); and and1 (and1_out, A1, A2); or or0 (or0_out_X, and1_out, and0_out); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a22o ( X, A1, A2, B1, B2 ); // Module ports output X; input A1; input A2; input B1; input B2; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out; wire and1_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, B1, B2); and and1 (and1_out, A1, A2); or or0 (or0_out_X, and1_out, and0_out); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a22o_1 ( X, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a22o base ( .X(X), .A1(A1), .A2(A2), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a22o_1 ( X, A1, A2, B1, B2 ); output X; input A1; input A2; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a22o base ( .X (X), .A1(A1), .A2(A2), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a22o_2 ( X, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a22o base ( .X(X), .A1(A1), .A2(A2), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a22o_2 ( X, A1, A2, B1, B2 ); output X; input A1; input A2; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a22o base ( .X (X), .A1(A1), .A2(A2), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a22o_4 ( X, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a22o base ( .X(X), .A1(A1), .A2(A2), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a22o_4 ( X, A1, A2, B1, B2 ); output X; input A1; input A2; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a22o base ( .X (X), .A1(A1), .A2(A2), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a22oi ( Y, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nand0_out; wire nand1_out; wire and0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nand nand0 (nand0_out, A2, A1); nand nand1 (nand1_out, B2, B1); and and0 (and0_out_Y, nand0_out, nand1_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, and0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a22oi ( Y, A1, A2, B1, B2 ); // Module ports output Y; input A1; input A2; input B1; input B2; // Local signals wire nand0_out; wire nand1_out; wire and0_out_Y; // Name Output Other arguments nand nand0 (nand0_out, A2, A1); nand nand1 (nand1_out, B2, B1); and and0 (and0_out_Y, nand0_out, nand1_out); buf buf0 (Y, and0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a22oi ( Y, A1, A2, B1, B2 ); // Module ports output Y; input A1; input A2; input B1; input B2; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire nand0_out; wire nand1_out; wire and0_out_Y; // Name Output Other arguments nand nand0 (nand0_out, A2, A1); nand nand1 (nand1_out, B2, B1); and and0 (and0_out_Y, nand0_out, nand1_out); buf buf0 (Y, and0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a22oi_1 ( Y, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a22oi base ( .Y(Y), .A1(A1), .A2(A2), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a22oi_1 ( Y, A1, A2, B1, B2 ); output Y; input A1; input A2; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a22oi base ( .Y (Y), .A1(A1), .A2(A2), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a22oi_2 ( Y, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a22oi base ( .Y(Y), .A1(A1), .A2(A2), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a22oi_2 ( Y, A1, A2, B1, B2 ); output Y; input A1; input A2; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a22oi base ( .Y (Y), .A1(A1), .A2(A2), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a22oi_4 ( Y, A1, A2, B1, B2, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a22oi base ( .Y(Y), .A1(A1), .A2(A2), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a22oi_4 ( Y, A1, A2, B1, B2 ); output Y; input A1; input A2; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a22oi base ( .Y (Y), .A1(A1), .A2(A2), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a31o ( X, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); // Module ports output X; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out; wire or0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); or or0 (or0_out_X, and0_out, B1); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, or0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a31o ( X, A1, A2, A3, B1 ); // Module ports output X; input A1; input A2; input A3; input B1; // Local signals wire and0_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); or or0 (or0_out_X, and0_out, B1); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a31o ( X, A1, A2, A3, B1 ); // Module ports output X; input A1; input A2; input A3; input B1; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); or or0 (or0_out_X, and0_out, B1); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a31o_1 ( X, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a31o base ( .X(X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a31o_1 ( X, A1, A2, A3, B1 ); output X; input A1; input A2; input A3; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a31o base ( .X (X), .A1(A1), .A2(A2), .A3(A3), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a31o_2 ( X, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a31o base ( .X(X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a31o_2 ( X, A1, A2, A3, B1 ); output X; input A1; input A2; input A3; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a31o base ( .X (X), .A1(A1), .A2(A2), .A3(A3), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a31o_4 ( X, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a31o base ( .X(X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a31o_4 ( X, A1, A2, A3, B1 ); output X; input A1; input A2; input A3; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a31o base ( .X (X), .A1(A1), .A2(A2), .A3(A3), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a31oi ( Y, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out; wire nor0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); nor nor0 (nor0_out_Y, B1, and0_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nor0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a31oi ( Y, A1, A2, A3, B1 ); // Module ports output Y; input A1; input A2; input A3; input B1; // Local signals wire and0_out; wire nor0_out_Y; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); nor nor0 (nor0_out_Y, B1, and0_out); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a31oi ( Y, A1, A2, A3, B1 ); // Module ports output Y; input A1; input A2; input A3; input B1; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out; wire nor0_out_Y; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); nor nor0 (nor0_out_Y, B1, and0_out); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a31oi_1 ( Y, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a31oi base ( .Y(Y), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a31oi_1 ( Y, A1, A2, A3, B1 ); output Y; input A1; input A2; input A3; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a31oi base ( .Y (Y), .A1(A1), .A2(A2), .A3(A3), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a31oi_2 ( Y, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a31oi base ( .Y(Y), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a31oi_2 ( Y, A1, A2, A3, B1 ); output Y; input A1; input A2; input A3; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a31oi base ( .Y (Y), .A1(A1), .A2(A2), .A3(A3), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a31oi_4 ( Y, A1, A2, A3, B1, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input A3; input B1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a31oi base ( .Y(Y), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a31oi_4 ( Y, A1, A2, A3, B1 ); output Y; input A1; input A2; input A3; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a31oi base ( .Y (Y), .A1(A1), .A2(A2), .A3(A3), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hd__a32o ( X, A1, A2, A3, B1, B2, VPWR, VGND, VPB, VNB ); // Module ports output X; input A1; input A2; input A3; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out; wire and1_out; wire or0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); and and1 (and1_out, B1, B2); or or0 (or0_out_X, and1_out, and0_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, or0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a32o ( X, A1, A2, A3, B1, B2 ); // Module ports output X; input A1; input A2; input A3; input B1; input B2; // Local signals wire and0_out; wire and1_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); and and1 (and1_out, B1, B2); or or0 (or0_out_X, and1_out, and0_out); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a32o ( X, A1, A2, A3, B1, B2 ); // Module ports output X; input A1; input A2; input A3; input B1; input B2; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out; wire and1_out; wire or0_out_X; // Name Output Other arguments and and0 (and0_out, A3, A1, A2); and and1 (and1_out, B1, B2); or or0 (or0_out_X, and1_out, and0_out); buf buf0 (X, or0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__a32o_1 ( X, A1, A2, A3, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input A3; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a32o base ( .X(X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a32o_1 ( X, A1, A2, A3, B1, B2 ); output X; input A1; input A2; input A3; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a32o base ( .X (X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a32o_2 ( X, A1, A2, A3, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input A3; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a32o base ( .X(X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a32o_2 ( X, A1, A2, A3, B1, B2 ); output X; input A1; input A2; input A3; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a32o base ( .X (X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a32o_4 ( X, A1, A2, A3, B1, B2, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input A3; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a32o base ( .X(X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__a32o_4 ( X, A1, A2, A3, B1, B2 ); output X; input A1; input A2; input A3; input B1; input B2; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__a32o base ( .X (X), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .B2(B2) ); endmodule
7.212805
module sky130_fd_sc_hd__a32oi ( Y, A1, A2, A3, B1, B2, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A1; input A2; input A3; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nand0_out; wire nand1_out; wire and0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nand nand0 (nand0_out, A2, A1, A3); nand nand1 (nand1_out, B2, B1); and and0 (and0_out_Y, nand0_out, nand1_out); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, and0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a32oi ( Y, A1, A2, A3, B1, B2 ); // Module ports output Y; input A1; input A2; input A3; input B1; input B2; // Local signals wire nand0_out; wire nand1_out; wire and0_out_Y; // Name Output Other arguments nand nand0 (nand0_out, A2, A1, A3); nand nand1 (nand1_out, B2, B1); and and0 (and0_out_Y, nand0_out, nand1_out); buf buf0 (Y, and0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a32oi ( Y, A1, A2, A3, B1, B2 ); // Module ports output Y; input A1; input A2; input A3; input B1; input B2; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire nand0_out; wire nand1_out; wire and0_out_Y; // Name Output Other arguments nand nand0 (nand0_out, A2, A1, A3); nand nand1 (nand1_out, B2, B1); and and0 (and0_out_Y, nand0_out, nand1_out); buf buf0 (Y, and0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__a32oi_1 ( Y, A1, A2, A3, B1, B2, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input A3; input B1; input B2; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__a32oi base ( .Y(Y), .A1(A1), .A2(A2), .A3(A3), .B1(B1), .B2(B2), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805