code
stringlengths
35
6.69k
score
float64
6.5
11.5
module FA_3371 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.04371
module FA_3370 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.211841
module FA_3369 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.100028
module FA_3368 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.118208
module FA_3367 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.02169
module FA_3366 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.240771
module FA_3365 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.158812
module FA_3364 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.112302
module FA_3363 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.237952
module FA_3362 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.269056
module FA_3361 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.970059
module FA_3360 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.387988
module HA_111 ( I1, I2, sum, carry ); input I1, I2; output sum, carry; and2_1 U1 ( .a(I2), .b(I1), .x(carry) ); exor2_1 U2 ( .a(I2), .b(I1), .x(sum) ); endmodule
6.524302
module FA_3359 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2, n3; buf_1 U1 ( .a(n3), .x(n2) ); ao22_2 U2 ( .a(I2), .b(I1), .c(n3), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I1), .b(I2), .x(n3) ); e...
6.96627
module FA_3358 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.260512
module FA_3357 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.924121
module FA_3356 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2, n3, n4; inv_0 U1 ( .a(I3), .x(n2) ); inv_2 U2 ( .a(n2), .x(n3) ); ao22_6 U3 ( .a(I2), .b(I1), .c(n4), .d(I3), .x(carry) ); exor2_1 U4 ( ...
6.724615
module FA_3355 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.157857
module FA_3354 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.829113
module FA_3353 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.855101
module FA_3352 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.948963
module FA_3351 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.979584
module FA_3350 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.485112
module FA_3349 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.961039
module FA_3348 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.411306
module FA_3347 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.380856
module FA_3346 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2, n3, n4; inv_0 U1 ( .a(I3), .x(n2) ); inv_2 U2 ( .a(n2), .x(n3) ); ao22_6 U3 ( .a(I2), .b(I1), .c(n4), .d(I3), .x(carry) ); exor2_1 U4 ( ...
6.767294
module FA_3345 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.817431
module FA_3344 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.359369
module FA_3343 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.611458
module FA_3342 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.98749
module FA_3341 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.848078
module FA_3340 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.280195
module FA_3339 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.849354
module FA_3338 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.102192
module FA_3337 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.944558
module FA_3336 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2, n3, n4; inv_0 U1 ( .a(I3), .x(n2) ); inv_2 U2 ( .a(n2), .x(n3) ); ao22_6 U3 ( .a(I2), .b(I1), .c(n4), .d(I3), .x(carry) ); exor2_1 U4 ( ...
6.569418
module FA_3335 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.628653
module FA_3334 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.922157
module FA_3333 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.929806
module FA_3332 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.93708
module FA_3331 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.679327
module FA_3330 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.861035
module HA_110 ( I1, I2, sum, carry ); input I1, I2; output sum, carry; and2_1 U1 ( .a(I2), .b(I1), .x(carry) ); exor2_1 U2 ( .a(I2), .b(I1), .x(sum) ); endmodule
7.051292
module FA_3329 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.889372
module FA_3328 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.037696
module FA_3327 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.033522
module FA_3326 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.887935
module FA_3325 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.060563
module FA_3324 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.12766
module FA_3323 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.815205
module FA_3322 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_5 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.632241
module FA_3321 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.839584
module FA_3320 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.939885
module FA_3319 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.77499
module FA_3318 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.264213
module FA_3317 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.02714
module FA_3316 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.887368
module FA_3315 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.97589
module FA_3314 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.154812
module FA_3313 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.972389
module FA_3312 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_6 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.871516
module FA_3311 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.920682
module FA_3310 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.804224
module FA_3309 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.923184
module FA_3308 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.007944
module FA_3307 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.021811
module FA_3306 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.871469
module FA_3305 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.848118
module FA_3304 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.015673
module FA_3303 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.98252
module FA_3302 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.102495
module FA_3301 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.953418
module FA_3300 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.214482
module HA_109 ( I1, I2, sum, carry ); input I1, I2; output sum, carry; and2_1 U1 ( .a(I2), .b(I1), .x(carry) ); exor2_1 U2 ( .a(I2), .b(I1), .x(sum) ); endmodule
7.209882
module FA_3298 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.98287
module FA_3297 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.038757
module FA_3296 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.060558
module FA_3295 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.616821
module FA_3294 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.545743
module FA_3290 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.583133
module FA_3289 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.074961
module FA_3288 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.030966
module FA_3287 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.513923
module FA_3285 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.324338
module FA_3284 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.742908
module FA_3283 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.684066
module FA_3282 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.905099
module FA_3281 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.570677
module FA_3280 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.439709
module FA_3279 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.190323
module FA_3278 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.227458
module FA_3277 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.527452
module FA_3276 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.74622
module FA_3275 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.88349
module FA_3274 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.595036
module FA_3273 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_3 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
6.512969
module FA_3270 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; exor2_1 U1 ( .a(I1), .b(I2), .x(n2) ); ao22_1 U2 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.14599
module HA_108 ( I1, I2, sum, carry ); input I1, I2; output sum, carry; and2_1 U1 ( .a(I2), .b(I1), .x(carry) ); exor2_1 U2 ( .a(I2), .b(I1), .x(sum) ); endmodule
7.342083
module FA_3265 ( I1, I2, I3, sum, carry ); input I1, I2, I3; output sum, carry; wire n2; ao22_2 U1 ( .a(I2), .b(I1), .c(n2), .d(I3), .x(carry) ); exor2_1 U2 ( .a(I1), .b(I2), .x(n2) ); exor2_1 U3 ( .a(I3), .b(n2), .x(...
7.213219