code stringlengths 35 6.69k | score float64 6.5 11.5 |
|---|---|
module AOI122LEHMX2 (
O,
A1,
B1,
B2,
C1,
C2
);
output O;
input A1, B1, B2, C1, C2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g2 (o2, C1, C2);
nor3 g3 (
O,
A1,
o1,
o2
);
endmodule
| 7.65971 |
module AOI122LEHMX3 (
O,
A1,
B1,
B2,
C1,
C2
);
output O;
input A1, B1, B2, C1, C2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g2 (o2, C1, C2);
nor3 g3 (
O,
A1,
o1,
o2
);
endmodule
| 7.937193 |
module AOI122LEHMX4 (
O,
A1,
B1,
B2,
C1,
C2
);
output O;
input A1, B1, B2, C1, C2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g2 (o2, C1, C2);
nor3 g3 (
O,
A1,
o1,
o2
);
endmodule
| 7.664422 |
module AOI12B2LEHMX1 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire i1;
wire i2;
wire i3;
not g1 (i1, B1);
not g2 (i2, B2);
and g3 (i3, i2, i1);
nor g4 (O, i3, A1);
endmodule
| 7.648878 |
module AOI12B2LEHMX2 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire i1;
wire i2;
wire i3;
not g1 (i1, B1);
not g2 (i2, B2);
and g3 (i3, i2, i1);
nor g4 (O, i3, A1);
endmodule
| 7.740462 |
module AOI12B2LEHMX3 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire i1;
wire i2;
wire i3;
not g1 (i1, B1);
not g2 (i2, B2);
and g3 (i3, i2, i1);
nor g4 (O, i3, A1);
endmodule
| 7.936478 |
module AOI12LEHMX1 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.505769 |
module AOI12LEHMX2 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.463704 |
module AOI12LEHMX3 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.690177 |
module AOI12LEHMX4 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.632709 |
module AOI12LEHMX6 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.445744 |
module AOI12M2HLEHMX4 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.287099 |
module AOI12M2HLEHMX6 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.287099 |
module AOI12M2HLEHMX8 (
O,
A1,
B1,
B2
);
output O;
input A1, B1, B2;
wire o1;
and g1 (o1, B1, B2);
nor g2 (O, A1, o1);
endmodule
| 7.287099 |
module AOI13LEHMX1 (
O,
A1,
B1,
B2,
B3
);
output O;
input A1, B1, B2, B3;
wire o1;
and3 g1 (
o1,
B1,
B2,
B3
);
nor g2 (O, A1, o1);
endmodule
| 7.501384 |
module AOI13LEHMX2 (
O,
A1,
B1,
B2,
B3
);
output O;
input A1, B1, B2, B3;
wire o1;
and3 g1 (
o1,
B1,
B2,
B3
);
nor g2 (O, A1, o1);
endmodule
| 7.512231 |
module AOI13LEHMX3 (
O,
A1,
B1,
B2,
B3
);
output O;
input A1, B1, B2, B3;
wire o1;
and3 g1 (
o1,
B1,
B2,
B3
);
nor g2 (O, A1, o1);
endmodule
| 7.624201 |
module AOI13LEHMX4 (
O,
A1,
B1,
B2,
B3
);
output O;
input A1, B1, B2, B3;
wire o1;
and3 g1 (
o1,
B1,
B2,
B3
);
nor g2 (O, A1, o1);
endmodule
| 7.575492 |
module AOI21B1ISLEHMX1 (
O,
A1,
A2,
B1B
);
output O;
input A1, A2, B1B;
wire A1A2;
wire b1b_bar;
and g1 (A1A2, A1, A2);
not g2 (b1b_bar, B1B);
nor g3 (O, A1A2, b1b_bar);
endmodule
| 6.728674 |
module AOI21B1ISLEHMX2 (
O,
A1,
A2,
B1B
);
output O;
input A1, A2, B1B;
wire A1A2;
wire b1b_bar;
and g1 (A1A2, A1, A2);
not g2 (b1b_bar, B1B);
nor g3 (O, A1A2, b1b_bar);
endmodule
| 6.728674 |
module AOI21B1ISLEHMX3 (
O,
A1,
A2,
B1B
);
output O;
input A1, A2, B1B;
wire A1A2;
wire b1b_bar;
and g1 (A1A2, A1, A2);
not g2 (b1b_bar, B1B);
nor g3 (O, A1A2, b1b_bar);
endmodule
| 6.728674 |
module AOI21B1LEHMX1 (
O,
A1,
A2,
B1B
);
output O;
input A1, A2, B1B;
wire A1A2;
wire b1b_bar;
and g1 (A1A2, A1, A2);
not g2 (b1b_bar, B1B);
nor g3 (O, A1A2, b1b_bar);
endmodule
| 6.710566 |
module AOI21B1LEHMX2 (
O,
A1,
A2,
B1B
);
output O;
input A1, A2, B1B;
wire A1A2;
wire b1b_bar;
and g1 (A1A2, A1, A2);
not g2 (b1b_bar, B1B);
nor g3 (O, A1A2, b1b_bar);
endmodule
| 6.612581 |
module AOI21B1LEHMX3 (
O,
A1,
A2,
B1B
);
output O;
input A1, A2, B1B;
wire A1A2;
wire b1b_bar;
and g1 (A1A2, A1, A2);
not g2 (b1b_bar, B1B);
nor g3 (O, A1A2, b1b_bar);
endmodule
| 6.823851 |
module AOI222LEHMX1 (
O,
A1,
A2,
B1,
B2,
C1,
C2
);
output O;
input A1, A2, B1, B2, C1, C2;
wire o2;
wire o1;
wire o3;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
and g4 (o3, C1, C2);
nor3 g2 (
O,
o1,
o2,
o3
);
endmodule
| 7.225268 |
module AOI222LEHMX2 (
O,
A1,
A2,
B1,
B2,
C1,
C2
);
output O;
input A1, A2, B1, B2, C1, C2;
wire o2;
wire o1;
wire o3;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
and g4 (o3, C1, C2);
nor3 g2 (
O,
o1,
o2,
o3
);
endmodule
| 7.286135 |
module AOI222LEHMX3 (
O,
A1,
A2,
B1,
B2,
C1,
C2
);
output O;
input A1, A2, B1, B2, C1, C2;
wire o2;
wire o1;
wire o3;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
and g4 (o3, C1, C2);
nor3 g2 (
O,
o1,
o2,
o3
);
endmodule
| 7.448397 |
module AOI22B2LEHMX1 (
O,
A1,
A2,
B1B,
B2B
);
output O;
input A1, A2, B1B, B2B;
wire o2;
wire o1;
and g1 (o1, A1, A2);
nor g2 (o2, B1B, B2B);
nor g3 (O, o1, o2);
endmodule
| 6.877554 |
module AOI22B2LEHMX2 (
O,
A1,
A2,
B1B,
B2B
);
output O;
input A1, A2, B1B, B2B;
wire o2;
wire o1;
and g1 (o1, A1, A2);
nor g2 (o2, B1B, B2B);
nor g3 (O, o1, o2);
endmodule
| 6.93803 |
module AOI22B2LEHMX3 (
O,
A1,
A2,
B1B,
B2B
);
output O;
input A1, A2, B1B, B2B;
wire o2;
wire o1;
and g1 (o1, A1, A2);
nor g2 (o2, B1B, B2B);
nor g3 (O, o1, o2);
endmodule
| 7.076975 |
module AOI22LEHMX1 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 7.178966 |
module AOI22LEHMX2 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 7.123354 |
module AOI22LEHMX3 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 7.315874 |
module AOI22LEHMX4 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 7.171132 |
module AOI22M2HLEHMX3 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 6.621509 |
module AOI22M2HLEHMX4 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 6.621509 |
module AOI22M2HLEHMX6 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 6.621509 |
module AOI22M2HLEHMX8 (
O,
A1,
A2,
B1,
B2
);
output O;
input A1, A2, B1, B2;
wire o2;
wire o1;
and g1 (o1, B1, B2);
and g3 (o2, A1, A2);
nor g2 (O, o1, o2);
endmodule
| 6.621509 |
module BUFCKLEHMX20 (
O,
I
);
output O;
input I;
buf g1 (O, I);
endmodule
| 6.934715 |
module BUFLEHMX20 (
O,
I
);
output O;
input I;
buf g1 (O, I);
endmodule
| 6.876312 |
module BUFM2HLEHMX20 (
O,
I
);
output O;
input I;
buf g1 (O, I);
endmodule
| 6.761851 |
module FA1LEHMX1 (
S,
CO,
A,
B,
CI
);
output S, CO;
input A, B, CI;
wire a2;
wire a1;
wire a3;
and g1 (a1, A, B);
and g2 (a2, B, CI);
and g3 (a3, A, CI);
or3 g4 (
CO,
a1,
a2,
a3
);
xor3 g5 (
S,
A,
B,
CI
);
endmodule
| 6.968912 |
module FA1LEHMX2 (
S,
CO,
A,
B,
CI
);
output S, CO;
input A, B, CI;
wire a2;
wire a1;
wire a3;
and g1 (a1, A, B);
and g2 (a2, B, CI);
and g3 (a3, A, CI);
or3 g4 (
CO,
a1,
a2,
a3
);
xor3 g5 (
S,
A,
B,
CI
);
endmodule
| 6.793637 |
module FA1LEHMX3 (
S,
CO,
A,
B,
CI
);
output S, CO;
input A, B, CI;
wire a2;
wire a1;
wire a3;
and g1 (a1, A, B);
and g2 (a2, B, CI);
and g3 (a3, A, CI);
or3 g4 (
CO,
a1,
a2,
a3
);
xor3 g5 (
S,
A,
B,
CI
);
endmodule
| 7.062134 |
module FA1M2HLEHMX3 (
S,
CO,
A,
B,
CI
);
output S, CO;
input A, B, CI;
wire a2;
wire a1;
wire a3;
and g1 (a1, A, B);
and g2 (a2, B, CI);
and g3 (a3, A, CI);
or3 g4 (
CO,
a1,
a2,
a3
);
xor3 g5 (
S,
A,
B,
CI
);
endmodule
| 6.840289 |
module FA1M2HLEHMX4 (
S,
CO,
A,
B,
CI
);
output S, CO;
input A, B, CI;
wire a2;
wire a1;
wire a3;
and g1 (a1, A, B);
and g2 (a2, B, CI);
and g3 (a3, A, CI);
or3 g4 (
CO,
a1,
a2,
a3
);
xor3 g5 (
S,
A,
B,
CI
);
endmodule
| 6.742845 |
module FA1M2HLEHMX6 (
S,
CO,
A,
B,
CI
);
output S, CO;
input A, B, CI;
wire a2;
wire a1;
wire a3;
and g1 (a1, A, B);
and g2 (a2, B, CI);
and g3 (a3, A, CI);
or3 g4 (
CO,
a1,
a2,
a3
);
xor g5 (S, A, B, CI);
endmodule
| 6.660808 |
module HA1LEHMX1 (
S,
C,
A,
B
);
output S, C;
input A, B;
and g1 (C, A, B);
xor g2 (S, A, B);
endmodule
| 7.414046 |
module HA1LEHMX2 (
S,
C,
A,
B
);
output S, C;
input A, B;
and g1 (C, A, B);
xor g2 (S, A, B);
endmodule
| 7.449461 |
module HA1LEHMX3 (
S,
C,
A,
B
);
output S, C;
input A, B;
and g1 (C, A, B);
xor g2 (S, A, B);
endmodule
| 7.303886 |
module INVCKLEHMX12 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.906886 |
module INVCKLEHMX16 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.921467 |
module INVCKLEHMX2 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.906412 |
module INVCKLEHMX20 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 7.654867 |
module INVCKLEHMX3 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.738709 |
module INVCKLEHMX6 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.647003 |
module INVCKLEHMX8 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.704432 |
module INVCKM2HLEHMX12 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.625039 |
module INVCKM2HLEHMX16 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.625039 |
module INVCKM2HLEHMX20 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.625039 |
module INVCKM2HLEHMX24 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.625039 |
module INVCKM2HLEHMX32 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.625039 |
module INVLEHMX12 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.864417 |
module INVLEHMX16 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.946923 |
module INVLEHMX2 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.612616 |
module INVLEHMX20 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 7.721145 |
module INVM2HLEHMX16 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 6.76458 |
module INVM2HLEHMX20 (
O,
I
);
output O;
input I;
not g1 (O, I);
endmodule
| 7.330436 |
module ND2BPNLEHMX1 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.038282 |
module ND2BPNLEHMX2 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.066382 |
module ND2BPNLEHMX3 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.125734 |
module ND2BPNLEHMX4 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.570512 |
module ND2BPNLEHMX6 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.133791 |
module ND2BPNLEHMX8 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.902631 |
module ND2BPNM2HLEHMX12 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.219321 |
module ND2BPNM2HLEHMX16 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.219321 |
module ND2BPNM2HLEHMX6 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.219321 |
module ND2BPNM2HLEHMX8 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.219321 |
module ND2CKLEHMX1 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.034535 |
module ND2CKLEHMX2 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.053334 |
module ND2CKLEHMX3 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.905493 |
module ND2CKLEHMX4 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.540424 |
module ND2CKLEHMX6 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.990816 |
module ND2CKLEHMX8 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.851206 |
module ND2LEHMX1 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.176695 |
module ND2LEHMX2 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.277688 |
module ND2LEHMX3 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.900904 |
module ND2LEHMX4 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 6.618338 |
module ND2LEHMX6 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.101938 |
module ND2LEHMX8 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.045587 |
module ND2M2HLEHMX12 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.113419 |
module ND2M2HLEHMX16 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.439434 |
module ND2M2HLEHMX6 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.202676 |
module ND2M2HLEHMX8 (
O,
I1,
I2
);
output O;
input I1, I2;
nand g1 (O, I1, I2);
endmodule
| 7.052035 |
module ND3LEHMX2 (
O,
I1,
I2,
I3
);
output O;
input I1, I2, I3;
nand3 g1 (
O,
I1,
I2,
I3
);
endmodule
| 6.633433 |
module ND3LEHMX6 (
O,
I1,
I2,
I3
);
output O;
input I1, I2, I3;
nand3 g1 (
O,
I1,
I2,
I3
);
endmodule
| 6.517775 |
module ND3M2HLEHMX10 (
O,
I1,
I2,
I3
);
output O;
input I1, I2, I3;
nand3 g1 (
O,
I1,
I2,
I3
);
endmodule
| 6.753647 |
module ND3M2HLEHMX6 (
O,
I1,
I2,
I3
);
output O;
input I1, I2, I3;
nand3 g1 (
O,
I1,
I2,
I3
);
endmodule
| 6.590703 |
module ND3M2HLEHMX8 (
O,
I1,
I2,
I3
);
output O;
input I1, I2, I3;
nand3 g1 (
O,
I1,
I2,
I3
);
endmodule
| 6.544651 |
module ND4B1LEHMX1 (
O,
I1,
I2,
I3,
B1
);
output O;
input I1, I2, I3, B1;
wire o2;
wire o1;
wire n1;
and g1 (o1, I1, I2);
not g2 (n1, B1);
and g3 (o2, n1, I3);
nand g4 (O, o1, o2);
endmodule
| 6.600848 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.