code stringlengths 35 6.69k | score float64 6.5 11.5 |
|---|---|
module sky130_fd_sc_hd__a2111o (
X,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
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, C1, B1, and0_out, D1);
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__a2111o (
X,
A1,
A2,
B1,
C1,
D1
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
// 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, C1, B1, and0_out, D1);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o (
X,
A1,
A2,
B1,
C1,
D1
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o (
X,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
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, C1, B1, and0_out, D1);
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__a2111o (
X,
A1,
A2,
B1,
C1,
D1
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
// Local signals
wire and0_out;
wire or0_out_X;
// Name Output Other arguments
and and0 (and0_out, A1, A2);
or or0 (or0_out_X, C1, B1, and0_out, D1);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o (
X,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
input D1,
output X,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
input D1,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi (
Y,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
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, C1, D1, 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__a2111oi (
Y,
A1,
A2,
B1,
C1,
D1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
// 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, C1, D1, and0_out);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi (
Y,
A1,
A2,
B1,
C1,
D1
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi (
Y,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
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, C1, D1, 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__a2111oi (
Y,
A1,
A2,
B1,
C1,
D1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
// 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, C1, D1, and0_out);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi (
Y,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
input D1,
output Y,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
input D1,
output Y
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_0 (
Y,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a2111oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_0 (
Y,
A1,
A2,
B1,
C1,
D1
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a2111oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_1 (
Y,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a2111oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_1 (
Y,
A1,
A2,
B1,
C1,
D1
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a2111oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_2 (
Y,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a2111oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_2 (
Y,
A1,
A2,
B1,
C1,
D1
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a2111oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_4 (
Y,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a2111oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111oi_4 (
Y,
A1,
A2,
B1,
C1,
D1
);
output Y;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a2111oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o_1 (
X,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a2111o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o_1 (
X,
A1,
A2,
B1,
C1,
D1
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a2111o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o_2 (
X,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a2111o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o_2 (
X,
A1,
A2,
B1,
C1,
D1
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a2111o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o_4 (
X,
A1,
A2,
B1,
C1,
D1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a2111o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a2111o_4 (
X,
A1,
A2,
B1,
C1,
D1
);
output X;
input A1;
input A2;
input B1;
input C1;
input D1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a2111o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.D1(D1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o (
X,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
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, C1, 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__a211o (
X,
A1,
A2,
B1,
C1
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
// 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, C1, B1);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o (
X,
A1,
A2,
B1,
C1
);
output X;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o (
X,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
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, C1, 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__a211o (
X,
A1,
A2,
B1,
C1
);
// Module ports
output X;
input A1;
input A2;
input B1;
input C1;
// 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, C1, B1);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o (
X,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
output X,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi (
Y,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
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, and0_out, B1, C1);
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__a211oi (
Y,
A1,
A2,
B1,
C1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
// 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, and0_out, B1, C1);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi (
Y,
A1,
A2,
B1,
C1
);
output Y;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi (
Y,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
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, and0_out, B1, C1);
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__a211oi (
Y,
A1,
A2,
B1,
C1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input C1;
// Local signals
wire and0_out;
wire nor0_out_Y;
// Name Output Other arguments
and and0 (and0_out, A1, A2);
nor nor0 (nor0_out_Y, and0_out, B1, C1);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi (
Y,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
output Y,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1,
input C1,
output Y
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi_1 (
Y,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a211oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi_1 (
Y,
A1,
A2,
B1,
C1
);
output Y;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a211oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi_2 (
Y,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a211oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi_2 (
Y,
A1,
A2,
B1,
C1
);
output Y;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a211oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi_4 (
Y,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a211oi base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211oi_4 (
Y,
A1,
A2,
B1,
C1
);
output Y;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a211oi base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o_1 (
X,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a211o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o_1 (
X,
A1,
A2,
B1,
C1
);
output X;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a211o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o_2 (
X,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a211o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o_2 (
X,
A1,
A2,
B1,
C1
);
output X;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a211o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o_4 (
X,
A1,
A2,
B1,
C1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input C1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__a211o base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a211o_4 (
X,
A1,
A2,
B1,
C1
);
output X;
input A1;
input A2;
input B1;
input C1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__a211o base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.C1(C1)
);
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;
// 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 (
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;
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,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1_N;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a21bo (
//# {{data|Data Signals}}
input A1,
input A2,
input B1_N,
output X,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a21bo (
//# {{data|Data Signals}}
input A1,
input A2,
input B1_N,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
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;
// 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 (
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;
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,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1_N;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a21boi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1_N,
output Y,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__a21boi (
//# {{data|Data Signals}}
input A1,
input A2,
input B1_N,
output Y
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
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__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__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;
// 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 (
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_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,
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_hd__a21o (
//# {{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_hd__a21o (
//# {{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_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;
// 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 (
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_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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.