code stringlengths 35 6.69k | score float64 6.5 11.5 |
|---|---|
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,
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_hd__a21oi (
//# {{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_hd__a21oi (
//# {{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_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__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__a221o (
X,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
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, C1);
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__a221o (
X,
A1,
A2,
B1,
B2,
C1
);
// Module ports
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
// 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, C1);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o (
X,
A1,
A2,
B1,
B2,
C1
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o (
X,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
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, C1);
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__a221o (
X,
A1,
A2,
B1,
B2,
C1
);
// Module ports
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
// 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, C1);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o (
X,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input B2,
input C1,
output X,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input B2,
input C1,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi (
Y,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire and0_out;
wire and1_out;
wire nor0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
and and1 (and1_out, A1, A2);
nor nor0 (nor0_out_Y, and0_out, C1, and1_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__a221oi (
Y,
A1,
A2,
B1,
B2,
C1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire and0_out;
wire and1_out;
wire nor0_out_Y;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
and and1 (and1_out, A1, A2);
nor nor0 (nor0_out_Y, and0_out, C1, and1_out);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi (
Y,
A1,
A2,
B1,
B2,
C1
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi (
Y,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire and0_out;
wire and1_out;
wire nor0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
and and1 (and1_out, A1, A2);
nor nor0 (nor0_out_Y, and0_out, C1, and1_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__a221oi (
Y,
A1,
A2,
B1,
B2,
C1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
// Local signals
wire and0_out;
wire and1_out;
wire nor0_out_Y;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
and and1 (and1_out, A1, A2);
nor nor0 (nor0_out_Y, and0_out, C1, and1_out);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi (
Y,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input B2,
input C1,
output Y,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input B2,
input C1,
output Y
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi_1 (
Y,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a221oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi_1 (
Y,
A1,
A2,
B1,
B2,
C1
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a221oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi_2 (
Y,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a221oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi_2 (
Y,
A1,
A2,
B1,
B2,
C1
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a221oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi_4 (
Y,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a221oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221oi_4 (
Y,
A1,
A2,
B1,
B2,
C1
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a221oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o_1 (
X,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a221o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o_1 (
X,
A1,
A2,
B1,
B2,
C1
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a221o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o_2 (
X,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a221o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o_2 (
X,
A1,
A2,
B1,
B2,
C1
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a221o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o_4 (
X,
A1,
A2,
B1,
B2,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a221o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a221o_4 (
X,
A1,
A2,
B1,
B2,
C1
);
output X;
input A1;
input A2;
input B1;
input B2;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a221o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi (
Y,
A1,
A2,
B1,
B2,
C1,
C2,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire nand0_out;
wire nand1_out;
wire nand2_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);
nand nand2 (nand2_out, C2, C1);
and and0 (and0_out_Y, nand0_out, nand1_out, nand2_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__a222oi (
Y,
A1,
A2,
B1,
B2,
C1,
C2
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire nand0_out;
wire nand1_out;
wire nand2_out;
wire and0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out, A2, A1);
nand nand1 (nand1_out, B2, B1);
nand nand2 (nand2_out, C2, C1);
and and0 (and0_out_Y, nand0_out, nand1_out, nand2_out);
buf buf0 (Y, and0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi (
Y,
A1,
A2,
B1,
B2,
C1,
C2
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi (
Y,
A1,
A2,
B1,
B2,
C1,
C2,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire nand0_out;
wire nand1_out;
wire nand2_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);
nand nand2 (nand2_out, C2, C1);
and and0 (and0_out_Y, nand0_out, nand1_out, nand2_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__a222oi (
Y,
A1,
A2,
B1,
B2,
C1,
C2
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
// Local signals
wire nand0_out;
wire nand1_out;
wire nand2_out;
wire and0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out, A2, A1);
nand nand1 (nand1_out, B2, B1);
nand nand2 (nand2_out, C2, C1);
and and0 (and0_out_Y, nand0_out, nand1_out, nand2_out);
buf buf0 (Y, and0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi (
Y,
A1,
A2,
B1,
B2,
C1,
C2,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input B2,
input C1,
input C2,
output Y,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input B2,
input C1,
input C2,
output Y
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi_1 (
Y,
A1,
A2,
B1,
B2,
C1,
C2,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a222oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.C2(C2),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a222oi_1 (
Y,
A1,
A2,
B1,
B2,
C1,
C2
);
output Y;
input A1;
input A2;
input B1;
input B2;
input C1;
input C2;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a222oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.C1(C1),
.C2(C2)
);
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;
// 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 (
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_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,
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_hd__a22o (
//# {{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_hd__a22o (
//# {{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_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;
// 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 (
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_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,
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_hd__a22oi (
//# {{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_hd__a22oi (
//# {{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 |
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__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__a2bb2o (
X,
A1_N,
A2_N,
B1,
B2,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
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 or0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
nor nor0 (nor0_out, A1_N, A2_N);
or or0 (or0_out_X, nor0_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__a2bb2o (
X,
A1_N,
A2_N,
B1,
B2
);
// Module ports
output X;
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 or0_out_X;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
nor nor0 (nor0_out, A1_N, A2_N);
or or0 (or0_out_X, nor0_out, and0_out);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2bb2o (
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;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2bb2o (
X,
A1_N,
A2_N,
B1,
B2,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
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 or0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
nor nor0 (nor0_out, A1_N, A2_N);
or or0 (or0_out_X, nor0_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__a2bb2o (
X,
A1_N,
A2_N,
B1,
B2
);
// Module ports
output X;
input A1_N;
input A2_N;
input B1;
input B2;
// Local signals
wire and0_out;
wire nor0_out;
wire or0_out_X;
// Name Output Other arguments
and and0 (and0_out, B1, B2);
nor nor0 (nor0_out, A1_N, A2_N);
or or0 (or0_out_X, nor0_out, and0_out);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2bb2o (
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;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2bb2o (
//# {{data|Data Signals}}
input A1_N,
input A2_N,
input B1,
input B2,
output X,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2bb2o (
//# {{data|Data Signals}}
input A1_N,
input A2_N,
input B1,
input B2,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
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;
// 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 (
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;
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,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1_N;
input A2_N;
input B1;
input B2;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2bb2oi (
//# {{data|Data Signals}}
input A1_N,
input A2_N,
input B1,
input B2,
output Y,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2bb2oi (
//# {{data|Data Signals}}
input A1_N,
input A2_N,
input B1,
input B2,
output Y
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.