code
stringlengths
35
6.69k
score
float64
6.5
11.5
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric ( //# {{data|Data Signals}} input A, output X, //# {{power|Power}} input LVPWR, input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric ( //# {{data|Data Signals}} input A, output X ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 LVPWR; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric_1 ( X, A, VPWR, VGND, LVPWR, VPB, VNB ); output X; input A; input VPWR; input VGND; input LVPWR; input VPB; input VNB; sky130_fd_sc_hvl__lsbuflv2hv_symmetric base ( .X(X), .A(A), .VPWR(VPWR), .VGND(VGND), .LVPWR(LVPWR), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric_1 ( X, A ); output X; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 LVPWR; supply1 VPB; supply0 VNB; sky130_fd_sc_hvl__lsbuflv2hv_symmetric base ( .X(X), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( X, A0, A1, S, VPWR, VGND, VPB, VNB ); // Module ports output X; input A0; input A1; input S; input VPWR; input VGND; input VPB; input VNB; // Local signals wire mux_2to10_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_2to1 mux_2to10 ( mux_2to10_out_X, A0, A1, S ); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, mux_2to10_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( X, A0, A1, S ); // Module ports output X; input A0; input A1; input S; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire mux_2to10_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_2to1 mux_2to10 ( mux_2to10_out_X, A0, A1, S ); buf buf0 (X, mux_2to10_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( X, A0, A1, S ); output X; input A0; input A1; input S; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( X, A0, A1, S, VPWR, VGND, VPB, VNB ); // Module ports output X; input A0; input A1; input S; input VPWR; input VGND; input VPB; input VNB; // Local signals wire mux_2to10_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_2to1 mux_2to10 ( mux_2to10_out_X, A0, A1, S ); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, mux_2to10_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( X, A0, A1, S ); // Module ports output X; input A0; input A1; input S; // Local signals wire mux_2to10_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_2to1 mux_2to10 ( mux_2to10_out_X, A0, A1, S ); buf buf0 (X, mux_2to10_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( X, A0, A1, S, VPWR, VGND, VPB, VNB ); output X; input A0; input A1; input S; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( //# {{data|Data Signals}} input A0, input A1, output X, //# {{control|Control Signals}} input S, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__mux2 ( //# {{data|Data Signals}} input A0, input A1, output X, //# {{control|Control Signals}} input S ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__mux2_1 ( X, A0, A1, S, VPWR, VGND, VPB, VNB ); output X; input A0; input A1; input S; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hvl__mux2 base ( .X(X), .A0(A0), .A1(A1), .S(S), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__mux2_1 ( X, A0, A1, S ); output X; input A0; input A1; input S; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hvl__mux2 base ( .X (X), .A0(A0), .A1(A1), .S (S) ); endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( X, A0, A1, A2, A3, S0, S1, VPWR, VGND, VPB, VNB ); // Module ports output X; input A0; input A1; input A2; input A3; input S0; input S1; input VPWR; input VGND; input VPB; input VNB; // Local signals wire mux_4to20_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_4to2 mux_4to20 ( mux_4to20_out_X, A0, A1, A2, A3, S0, S1 ); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, mux_4to20_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( X, A0, A1, A2, A3, S0, S1 ); // Module ports output X; input A0; input A1; input A2; input A3; input S0; input S1; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire mux_4to20_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_4to2 mux_4to20 ( mux_4to20_out_X, A0, A1, A2, A3, S0, S1 ); buf buf0 (X, mux_4to20_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( X, A0, A1, A2, A3, S0, S1 ); output X; input A0; input A1; input A2; input A3; input S0; input S1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( X, A0, A1, A2, A3, S0, S1, VPWR, VGND, VPB, VNB ); // Module ports output X; input A0; input A1; input A2; input A3; input S0; input S1; input VPWR; input VGND; input VPB; input VNB; // Local signals wire mux_4to20_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_4to2 mux_4to20 ( mux_4to20_out_X, A0, A1, A2, A3, S0, S1 ); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, mux_4to20_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( X, A0, A1, A2, A3, S0, S1 ); // Module ports output X; input A0; input A1; input A2; input A3; input S0; input S1; // Local signals wire mux_4to20_out_X; // Name Output Other arguments sky130_fd_sc_hvl__udp_mux_4to2 mux_4to20 ( mux_4to20_out_X, A0, A1, A2, A3, S0, S1 ); buf buf0 (X, mux_4to20_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( X, A0, A1, A2, A3, S0, S1, VPWR, VGND, VPB, VNB ); output X; input A0; input A1; input A2; input A3; input S0; input S1; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( //# {{data|Data Signals}} input A0, input A1, input A2, input A3, output X, //# {{control|Control Signals}} input S0, input S1, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__mux4 ( //# {{data|Data Signals}} input A0, input A1, input A2, input A3, output X, //# {{control|Control Signals}} input S0, input S1 ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__mux4_1 ( X, A0, A1, A2, A3, S0, S1, VPWR, VGND, VPB, VNB ); output X; input A0; input A1; input A2; input A3; input S0; input S1; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hvl__mux4 base ( .X(X), .A0(A0), .A1(A1), .A2(A2), .A3(A3), .S0(S0), .S1(S1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__mux4_1 ( X, A0, A1, A2, A3, S0, S1 ); output X; input A0; input A1; input A2; input A3; input S0; input S1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hvl__mux4 base ( .X (X), .A0(A0), .A1(A1), .A2(A2), .A3(A3), .S0(S0), .S1(S1) ); endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( Y, A, B, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nand0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nand0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( Y, A, B ); // Module ports output Y; input A; input B; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire nand0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A); buf buf0 (Y, nand0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( Y, A, B ); output Y; input A; input B; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( Y, A, B, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nand0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nand0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( Y, A, B ); // Module ports output Y; input A; input B; // Local signals wire nand0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A); buf buf0 (Y, nand0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( Y, A, B, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( //# {{data|Data Signals}} input A, input B, output Y, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__nand2 ( //# {{data|Data Signals}} input A, input B, output Y ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nand2_1 ( Y, A, B, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hvl__nand2 base ( .Y(Y), .A(A), .B(B), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__nand2_1 ( Y, A, B ); output Y; input A; input B; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hvl__nand2 base ( .Y(Y), .A(A), .B(B) ); endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nand0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A, C); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nand0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( Y, A, B, C ); // Module ports output Y; input A; input B; input C; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire nand0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A, C); buf buf0 (Y, nand0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( Y, A, B, C ); output Y; input A; input B; input C; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nand0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A, C); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nand0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( Y, A, B, C ); // Module ports output Y; input A; input B; input C; // Local signals wire nand0_out_Y; // Name Output Other arguments nand nand0 (nand0_out_Y, B, A, C); buf buf0 (Y, nand0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( //# {{data|Data Signals}} input A, input B, input C, output Y, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__nand3 ( //# {{data|Data Signals}} input A, input B, input C, output Y ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nand3_1 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hvl__nand3 base ( .Y(Y), .A(A), .B(B), .C(C), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__nand3_1 ( Y, A, B, C ); output Y; input A; input B; input C; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hvl__nand3 base ( .Y(Y), .A(A), .B(B), .C(C) ); endmodule
7.212805
module sky130_fd_sc_hvl__nor2 ( Y, A, B, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nor0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, A, B); sky130_fd_sc_hvl__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_hvl__nor2 ( Y, A, B ); // Module ports output Y; input A; input B; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire nor0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, A, B); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nor2 ( Y, A, B ); output Y; input A; input B; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nor2 ( Y, A, B, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nor0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, A, B); sky130_fd_sc_hvl__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_hvl__nor2 ( Y, A, B ); // Module ports output Y; input A; input B; // Local signals wire nor0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, A, B); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nor2 ( Y, A, B, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nor2 ( //# {{data|Data Signals}} input A, input B, output Y, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__nor2 ( //# {{data|Data Signals}} input A, input B, output Y ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nor2_1 ( Y, A, B, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hvl__nor2 base ( .Y(Y), .A(A), .B(B), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__nor2_1 ( Y, A, B ); output Y; input A; input B; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hvl__nor2 base ( .Y(Y), .A(A), .B(B) ); endmodule
7.212805
module sky130_fd_sc_hvl__nor3 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nor0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, C, A, B); sky130_fd_sc_hvl__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_hvl__nor3 ( Y, A, B, C ); // Module ports output Y; input A; input B; input C; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire nor0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, C, A, B); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nor3 ( Y, A, B, C ); output Y; input A; input B; input C; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nor3 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; // Local signals wire nor0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, C, A, B); sky130_fd_sc_hvl__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_hvl__nor3 ( Y, A, B, C ); // Module ports output Y; input A; input B; input C; // Local signals wire nor0_out_Y; // Name Output Other arguments nor nor0 (nor0_out_Y, C, A, B); buf buf0 (Y, nor0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__nor3 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nor3 ( //# {{data|Data Signals}} input A, input B, input C, output Y, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__nor3 ( //# {{data|Data Signals}} input A, input B, input C, output Y ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__nor3_1 ( Y, A, B, C, VPWR, VGND, VPB, VNB ); output Y; input A; input B; input C; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hvl__nor3 base ( .Y(Y), .A(A), .B(B), .C(C), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__nor3_1 ( Y, A, B, C ); output Y; input A; input B; input C; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hvl__nor3 base ( .Y(Y), .A(A), .B(B), .C(C) ); endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( 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 or0_out; wire and0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); and and0 (and0_out_X, or0_out, B1); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, and0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( 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 or0_out ; wire and0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); and and0 (and0_out_X, or0_out, B1); buf buf0 (X, and0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( X, A1, A2, B1 ); output X; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( 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 or0_out; wire and0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); and and0 (and0_out_X, or0_out, B1); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, and0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( X, A1, A2, B1 ); // Module ports output X; input A1; input A2; input B1; // Local signals wire or0_out; wire and0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); and and0 (and0_out_X, or0_out, B1); buf buf0 (X, and0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( X, A1, A2, B1, VPWR, VGND, VPB, VNB ); output X; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( //# {{data|Data Signals}} input A1, input A2, input B1, output X, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__o21a ( //# {{data|Data Signals}} input A1, input A2, input B1, output X ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( 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 or0_out; wire nand0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments or or0 (or0_out, A2, A1); nand nand0 (nand0_out_Y, B1, or0_out); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nand0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( 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 or0_out; wire nand0_out_Y; // Name Output Other arguments or or0 (or0_out, A2, A1); nand nand0 (nand0_out_Y, B1, or0_out); buf buf0 (Y, nand0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( Y, A1, A2, B1 ); output Y; input A1; input A2; input B1; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( 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 or0_out; wire nand0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments or or0 (or0_out, A2, A1); nand nand0 (nand0_out_Y, B1, or0_out); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, nand0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( Y, A1, A2, B1 ); // Module ports output Y; input A1; input A2; input B1; // Local signals wire or0_out; wire nand0_out_Y; // Name Output Other arguments or or0 (or0_out, A2, A1); nand nand0 (nand0_out_Y, B1, or0_out); buf buf0 (Y, nand0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( Y, A1, A2, B1, VPWR, VGND, VPB, VNB ); output Y; input A1; input A2; input B1; input VPWR; input VGND; input VPB; input VNB; endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( //# {{data|Data Signals}} input A1, input A2, input B1, output Y, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__o21ai ( //# {{data|Data Signals}} input A1, input A2, input B1, output Y ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__o21ai_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_hvl__o21ai base ( .Y(Y), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__o21ai_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_hvl__o21ai base ( .Y (Y), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hvl__o21a_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_hvl__o21a base ( .X(X), .A1(A1), .A2(A2), .B1(B1), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hvl__o21a_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_hvl__o21a base ( .X (X), .A1(A1), .A2(A2), .B1(B1) ); endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( 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 or0_out; wire or1_out; wire and0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); or or1 (or1_out, B2, B1); and and0 (and0_out_X, or0_out, or1_out); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, and0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( 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 or0_out ; wire or1_out ; wire and0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); or or1 (or1_out, B2, B1); and and0 (and0_out_X, or0_out, or1_out); buf buf0 (X, and0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( 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; endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( 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 or0_out; wire or1_out; wire and0_out_X; wire pwrgood_pp0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); or or1 (or1_out, B2, B1); and and0 (and0_out_X, or0_out, or1_out); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_X, and0_out_X, VPWR, VGND ); buf buf0 (X, pwrgood_pp0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( X, A1, A2, B1, B2 ); // Module ports output X; input A1; input A2; input B1; input B2; // Local signals wire or0_out; wire or1_out; wire and0_out_X; // Name Output Other arguments or or0 (or0_out, A2, A1); or or1 (or1_out, B2, B1); and and0 (and0_out_X, or0_out, or1_out); buf buf0 (X, and0_out_X); endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( 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; endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( //# {{data|Data Signals}} input A1, input A2, input B1, input B2, output X, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__o22a ( //# {{data|Data Signals}} input A1, input A2, input B1, input B2, output X ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( 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 nor0_out; wire nor1_out; wire or0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nor nor0 (nor0_out, B1, B2); nor nor1 (nor1_out, A1, A2); or or0 (or0_out_Y, nor1_out, nor0_out); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, or0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( 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 nor0_out; wire nor1_out; wire or0_out_Y; // Name Output Other arguments nor nor0 (nor0_out, B1, B2); nor nor1 (nor1_out, A1, A2); or or0 (or0_out_Y, nor1_out, nor0_out); buf buf0 (Y, or0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( 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; endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( 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 nor0_out; wire nor1_out; wire or0_out_Y; wire pwrgood_pp0_out_Y; // Name Output Other arguments nor nor0 (nor0_out, B1, B2); nor nor1 (nor1_out, A1, A2); or or0 (or0_out_Y, nor1_out, nor0_out); sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_Y, or0_out_Y, VPWR, VGND ); buf buf0 (Y, pwrgood_pp0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( Y, A1, A2, B1, B2 ); // Module ports output Y; input A1; input A2; input B1; input B2; // Local signals wire nor0_out; wire nor1_out; wire or0_out_Y; // Name Output Other arguments nor nor0 (nor0_out, B1, B2); nor nor1 (nor1_out, A1, A2); or or0 (or0_out_Y, nor1_out, nor0_out); buf buf0 (Y, or0_out_Y); endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( 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; endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( //# {{data|Data Signals}} input A1, input A2, input B1, input B2, output Y, //# {{power|Power}} input VPB, input VPWR, input VGND, input VNB ); endmodule
7.212805
module sky130_fd_sc_hvl__o22ai ( //# {{data|Data Signals}} input A1, input A2, input B1, input B2, output Y ); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; endmodule
7.212805