780 lines
50 KiB
C

#include <stdio.h>
#include <stdint.h>
uint8_t or_gate(uint8_t a, uint8_t b){
return ((a >> 0) & 0x01) | ((b >> 0) & 0x01);
}
uint8_t and_gate(uint8_t a, uint8_t b){
return ((a >> 0) & 0x01) & ((b >> 0) & 0x01);
}
uint8_t xor_gate(uint8_t a, uint8_t b){
return ((a >> 0) & 0x01) ^ ((b >> 0) & 0x01);
}
uint8_t pg_logic(uint8_t a, uint8_t b){
uint8_t pg_logic_out = 0;
uint8_t pg_logic_or0 = 0;
uint8_t pg_logic_and0 = 0;
uint8_t pg_logic_xor0 = 0;
pg_logic_or0 = or_gate(((a >> 0) & 0x01), ((b >> 0) & 0x01));
pg_logic_and0 = and_gate(((a >> 0) & 0x01), ((b >> 0) & 0x01));
pg_logic_xor0 = xor_gate(((a >> 0) & 0x01), ((b >> 0) & 0x01));
pg_logic_out |= ((pg_logic_or0 >> 0) & 0x01) << 0;
pg_logic_out |= ((pg_logic_and0 >> 0) & 0x01) << 1;
pg_logic_out |= ((pg_logic_xor0 >> 0) & 0x01) << 2;
return pg_logic_out;
}
uint64_t h_u_cla32(uint64_t a, uint64_t b){
uint64_t h_u_cla32_out = 0;
uint8_t h_u_cla32_pg_logic0_or0 = 0;
uint8_t h_u_cla32_pg_logic0_and0 = 0;
uint8_t h_u_cla32_pg_logic0_xor0 = 0;
uint8_t h_u_cla32_pg_logic1_or0 = 0;
uint8_t h_u_cla32_pg_logic1_and0 = 0;
uint8_t h_u_cla32_pg_logic1_xor0 = 0;
uint8_t h_u_cla32_xor1 = 0;
uint8_t h_u_cla32_and0 = 0;
uint8_t h_u_cla32_or0 = 0;
uint8_t h_u_cla32_pg_logic2_or0 = 0;
uint8_t h_u_cla32_pg_logic2_and0 = 0;
uint8_t h_u_cla32_pg_logic2_xor0 = 0;
uint8_t h_u_cla32_xor2 = 0;
uint8_t h_u_cla32_and1 = 0;
uint8_t h_u_cla32_and2 = 0;
uint8_t h_u_cla32_and3 = 0;
uint8_t h_u_cla32_and4 = 0;
uint8_t h_u_cla32_or1 = 0;
uint8_t h_u_cla32_or2 = 0;
uint8_t h_u_cla32_pg_logic3_or0 = 0;
uint8_t h_u_cla32_pg_logic3_and0 = 0;
uint8_t h_u_cla32_pg_logic3_xor0 = 0;
uint8_t h_u_cla32_xor3 = 0;
uint8_t h_u_cla32_and5 = 0;
uint8_t h_u_cla32_and6 = 0;
uint8_t h_u_cla32_and7 = 0;
uint8_t h_u_cla32_and8 = 0;
uint8_t h_u_cla32_and9 = 0;
uint8_t h_u_cla32_and10 = 0;
uint8_t h_u_cla32_and11 = 0;
uint8_t h_u_cla32_or3 = 0;
uint8_t h_u_cla32_or4 = 0;
uint8_t h_u_cla32_or5 = 0;
uint8_t h_u_cla32_pg_logic4_or0 = 0;
uint8_t h_u_cla32_pg_logic4_and0 = 0;
uint8_t h_u_cla32_pg_logic4_xor0 = 0;
uint8_t h_u_cla32_xor4 = 0;
uint8_t h_u_cla32_and12 = 0;
uint8_t h_u_cla32_or6 = 0;
uint8_t h_u_cla32_pg_logic5_or0 = 0;
uint8_t h_u_cla32_pg_logic5_and0 = 0;
uint8_t h_u_cla32_pg_logic5_xor0 = 0;
uint8_t h_u_cla32_xor5 = 0;
uint8_t h_u_cla32_and13 = 0;
uint8_t h_u_cla32_and14 = 0;
uint8_t h_u_cla32_and15 = 0;
uint8_t h_u_cla32_or7 = 0;
uint8_t h_u_cla32_or8 = 0;
uint8_t h_u_cla32_pg_logic6_or0 = 0;
uint8_t h_u_cla32_pg_logic6_and0 = 0;
uint8_t h_u_cla32_pg_logic6_xor0 = 0;
uint8_t h_u_cla32_xor6 = 0;
uint8_t h_u_cla32_and16 = 0;
uint8_t h_u_cla32_and17 = 0;
uint8_t h_u_cla32_and18 = 0;
uint8_t h_u_cla32_and19 = 0;
uint8_t h_u_cla32_and20 = 0;
uint8_t h_u_cla32_and21 = 0;
uint8_t h_u_cla32_or9 = 0;
uint8_t h_u_cla32_or10 = 0;
uint8_t h_u_cla32_or11 = 0;
uint8_t h_u_cla32_pg_logic7_or0 = 0;
uint8_t h_u_cla32_pg_logic7_and0 = 0;
uint8_t h_u_cla32_pg_logic7_xor0 = 0;
uint8_t h_u_cla32_xor7 = 0;
uint8_t h_u_cla32_and22 = 0;
uint8_t h_u_cla32_and23 = 0;
uint8_t h_u_cla32_and24 = 0;
uint8_t h_u_cla32_and25 = 0;
uint8_t h_u_cla32_and26 = 0;
uint8_t h_u_cla32_and27 = 0;
uint8_t h_u_cla32_and28 = 0;
uint8_t h_u_cla32_and29 = 0;
uint8_t h_u_cla32_and30 = 0;
uint8_t h_u_cla32_and31 = 0;
uint8_t h_u_cla32_or12 = 0;
uint8_t h_u_cla32_or13 = 0;
uint8_t h_u_cla32_or14 = 0;
uint8_t h_u_cla32_or15 = 0;
uint8_t h_u_cla32_pg_logic8_or0 = 0;
uint8_t h_u_cla32_pg_logic8_and0 = 0;
uint8_t h_u_cla32_pg_logic8_xor0 = 0;
uint8_t h_u_cla32_xor8 = 0;
uint8_t h_u_cla32_and32 = 0;
uint8_t h_u_cla32_or16 = 0;
uint8_t h_u_cla32_pg_logic9_or0 = 0;
uint8_t h_u_cla32_pg_logic9_and0 = 0;
uint8_t h_u_cla32_pg_logic9_xor0 = 0;
uint8_t h_u_cla32_xor9 = 0;
uint8_t h_u_cla32_and33 = 0;
uint8_t h_u_cla32_and34 = 0;
uint8_t h_u_cla32_and35 = 0;
uint8_t h_u_cla32_or17 = 0;
uint8_t h_u_cla32_or18 = 0;
uint8_t h_u_cla32_pg_logic10_or0 = 0;
uint8_t h_u_cla32_pg_logic10_and0 = 0;
uint8_t h_u_cla32_pg_logic10_xor0 = 0;
uint8_t h_u_cla32_xor10 = 0;
uint8_t h_u_cla32_and36 = 0;
uint8_t h_u_cla32_and37 = 0;
uint8_t h_u_cla32_and38 = 0;
uint8_t h_u_cla32_and39 = 0;
uint8_t h_u_cla32_and40 = 0;
uint8_t h_u_cla32_and41 = 0;
uint8_t h_u_cla32_or19 = 0;
uint8_t h_u_cla32_or20 = 0;
uint8_t h_u_cla32_or21 = 0;
uint8_t h_u_cla32_pg_logic11_or0 = 0;
uint8_t h_u_cla32_pg_logic11_and0 = 0;
uint8_t h_u_cla32_pg_logic11_xor0 = 0;
uint8_t h_u_cla32_xor11 = 0;
uint8_t h_u_cla32_and42 = 0;
uint8_t h_u_cla32_and43 = 0;
uint8_t h_u_cla32_and44 = 0;
uint8_t h_u_cla32_and45 = 0;
uint8_t h_u_cla32_and46 = 0;
uint8_t h_u_cla32_and47 = 0;
uint8_t h_u_cla32_and48 = 0;
uint8_t h_u_cla32_and49 = 0;
uint8_t h_u_cla32_and50 = 0;
uint8_t h_u_cla32_and51 = 0;
uint8_t h_u_cla32_or22 = 0;
uint8_t h_u_cla32_or23 = 0;
uint8_t h_u_cla32_or24 = 0;
uint8_t h_u_cla32_or25 = 0;
uint8_t h_u_cla32_pg_logic12_or0 = 0;
uint8_t h_u_cla32_pg_logic12_and0 = 0;
uint8_t h_u_cla32_pg_logic12_xor0 = 0;
uint8_t h_u_cla32_xor12 = 0;
uint8_t h_u_cla32_and52 = 0;
uint8_t h_u_cla32_or26 = 0;
uint8_t h_u_cla32_pg_logic13_or0 = 0;
uint8_t h_u_cla32_pg_logic13_and0 = 0;
uint8_t h_u_cla32_pg_logic13_xor0 = 0;
uint8_t h_u_cla32_xor13 = 0;
uint8_t h_u_cla32_and53 = 0;
uint8_t h_u_cla32_and54 = 0;
uint8_t h_u_cla32_and55 = 0;
uint8_t h_u_cla32_or27 = 0;
uint8_t h_u_cla32_or28 = 0;
uint8_t h_u_cla32_pg_logic14_or0 = 0;
uint8_t h_u_cla32_pg_logic14_and0 = 0;
uint8_t h_u_cla32_pg_logic14_xor0 = 0;
uint8_t h_u_cla32_xor14 = 0;
uint8_t h_u_cla32_and56 = 0;
uint8_t h_u_cla32_and57 = 0;
uint8_t h_u_cla32_and58 = 0;
uint8_t h_u_cla32_and59 = 0;
uint8_t h_u_cla32_and60 = 0;
uint8_t h_u_cla32_and61 = 0;
uint8_t h_u_cla32_or29 = 0;
uint8_t h_u_cla32_or30 = 0;
uint8_t h_u_cla32_or31 = 0;
uint8_t h_u_cla32_pg_logic15_or0 = 0;
uint8_t h_u_cla32_pg_logic15_and0 = 0;
uint8_t h_u_cla32_pg_logic15_xor0 = 0;
uint8_t h_u_cla32_xor15 = 0;
uint8_t h_u_cla32_and62 = 0;
uint8_t h_u_cla32_and63 = 0;
uint8_t h_u_cla32_and64 = 0;
uint8_t h_u_cla32_and65 = 0;
uint8_t h_u_cla32_and66 = 0;
uint8_t h_u_cla32_and67 = 0;
uint8_t h_u_cla32_and68 = 0;
uint8_t h_u_cla32_and69 = 0;
uint8_t h_u_cla32_and70 = 0;
uint8_t h_u_cla32_and71 = 0;
uint8_t h_u_cla32_or32 = 0;
uint8_t h_u_cla32_or33 = 0;
uint8_t h_u_cla32_or34 = 0;
uint8_t h_u_cla32_or35 = 0;
uint8_t h_u_cla32_pg_logic16_or0 = 0;
uint8_t h_u_cla32_pg_logic16_and0 = 0;
uint8_t h_u_cla32_pg_logic16_xor0 = 0;
uint8_t h_u_cla32_xor16 = 0;
uint8_t h_u_cla32_and72 = 0;
uint8_t h_u_cla32_or36 = 0;
uint8_t h_u_cla32_pg_logic17_or0 = 0;
uint8_t h_u_cla32_pg_logic17_and0 = 0;
uint8_t h_u_cla32_pg_logic17_xor0 = 0;
uint8_t h_u_cla32_xor17 = 0;
uint8_t h_u_cla32_and73 = 0;
uint8_t h_u_cla32_and74 = 0;
uint8_t h_u_cla32_and75 = 0;
uint8_t h_u_cla32_or37 = 0;
uint8_t h_u_cla32_or38 = 0;
uint8_t h_u_cla32_pg_logic18_or0 = 0;
uint8_t h_u_cla32_pg_logic18_and0 = 0;
uint8_t h_u_cla32_pg_logic18_xor0 = 0;
uint8_t h_u_cla32_xor18 = 0;
uint8_t h_u_cla32_and76 = 0;
uint8_t h_u_cla32_and77 = 0;
uint8_t h_u_cla32_and78 = 0;
uint8_t h_u_cla32_and79 = 0;
uint8_t h_u_cla32_and80 = 0;
uint8_t h_u_cla32_and81 = 0;
uint8_t h_u_cla32_or39 = 0;
uint8_t h_u_cla32_or40 = 0;
uint8_t h_u_cla32_or41 = 0;
uint8_t h_u_cla32_pg_logic19_or0 = 0;
uint8_t h_u_cla32_pg_logic19_and0 = 0;
uint8_t h_u_cla32_pg_logic19_xor0 = 0;
uint8_t h_u_cla32_xor19 = 0;
uint8_t h_u_cla32_and82 = 0;
uint8_t h_u_cla32_and83 = 0;
uint8_t h_u_cla32_and84 = 0;
uint8_t h_u_cla32_and85 = 0;
uint8_t h_u_cla32_and86 = 0;
uint8_t h_u_cla32_and87 = 0;
uint8_t h_u_cla32_and88 = 0;
uint8_t h_u_cla32_and89 = 0;
uint8_t h_u_cla32_and90 = 0;
uint8_t h_u_cla32_and91 = 0;
uint8_t h_u_cla32_or42 = 0;
uint8_t h_u_cla32_or43 = 0;
uint8_t h_u_cla32_or44 = 0;
uint8_t h_u_cla32_or45 = 0;
uint8_t h_u_cla32_pg_logic20_or0 = 0;
uint8_t h_u_cla32_pg_logic20_and0 = 0;
uint8_t h_u_cla32_pg_logic20_xor0 = 0;
uint8_t h_u_cla32_xor20 = 0;
uint8_t h_u_cla32_and92 = 0;
uint8_t h_u_cla32_or46 = 0;
uint8_t h_u_cla32_pg_logic21_or0 = 0;
uint8_t h_u_cla32_pg_logic21_and0 = 0;
uint8_t h_u_cla32_pg_logic21_xor0 = 0;
uint8_t h_u_cla32_xor21 = 0;
uint8_t h_u_cla32_and93 = 0;
uint8_t h_u_cla32_and94 = 0;
uint8_t h_u_cla32_and95 = 0;
uint8_t h_u_cla32_or47 = 0;
uint8_t h_u_cla32_or48 = 0;
uint8_t h_u_cla32_pg_logic22_or0 = 0;
uint8_t h_u_cla32_pg_logic22_and0 = 0;
uint8_t h_u_cla32_pg_logic22_xor0 = 0;
uint8_t h_u_cla32_xor22 = 0;
uint8_t h_u_cla32_and96 = 0;
uint8_t h_u_cla32_and97 = 0;
uint8_t h_u_cla32_and98 = 0;
uint8_t h_u_cla32_and99 = 0;
uint8_t h_u_cla32_and100 = 0;
uint8_t h_u_cla32_and101 = 0;
uint8_t h_u_cla32_or49 = 0;
uint8_t h_u_cla32_or50 = 0;
uint8_t h_u_cla32_or51 = 0;
uint8_t h_u_cla32_pg_logic23_or0 = 0;
uint8_t h_u_cla32_pg_logic23_and0 = 0;
uint8_t h_u_cla32_pg_logic23_xor0 = 0;
uint8_t h_u_cla32_xor23 = 0;
uint8_t h_u_cla32_and102 = 0;
uint8_t h_u_cla32_and103 = 0;
uint8_t h_u_cla32_and104 = 0;
uint8_t h_u_cla32_and105 = 0;
uint8_t h_u_cla32_and106 = 0;
uint8_t h_u_cla32_and107 = 0;
uint8_t h_u_cla32_and108 = 0;
uint8_t h_u_cla32_and109 = 0;
uint8_t h_u_cla32_and110 = 0;
uint8_t h_u_cla32_and111 = 0;
uint8_t h_u_cla32_or52 = 0;
uint8_t h_u_cla32_or53 = 0;
uint8_t h_u_cla32_or54 = 0;
uint8_t h_u_cla32_or55 = 0;
uint8_t h_u_cla32_pg_logic24_or0 = 0;
uint8_t h_u_cla32_pg_logic24_and0 = 0;
uint8_t h_u_cla32_pg_logic24_xor0 = 0;
uint8_t h_u_cla32_xor24 = 0;
uint8_t h_u_cla32_and112 = 0;
uint8_t h_u_cla32_or56 = 0;
uint8_t h_u_cla32_pg_logic25_or0 = 0;
uint8_t h_u_cla32_pg_logic25_and0 = 0;
uint8_t h_u_cla32_pg_logic25_xor0 = 0;
uint8_t h_u_cla32_xor25 = 0;
uint8_t h_u_cla32_and113 = 0;
uint8_t h_u_cla32_and114 = 0;
uint8_t h_u_cla32_and115 = 0;
uint8_t h_u_cla32_or57 = 0;
uint8_t h_u_cla32_or58 = 0;
uint8_t h_u_cla32_pg_logic26_or0 = 0;
uint8_t h_u_cla32_pg_logic26_and0 = 0;
uint8_t h_u_cla32_pg_logic26_xor0 = 0;
uint8_t h_u_cla32_xor26 = 0;
uint8_t h_u_cla32_and116 = 0;
uint8_t h_u_cla32_and117 = 0;
uint8_t h_u_cla32_and118 = 0;
uint8_t h_u_cla32_and119 = 0;
uint8_t h_u_cla32_and120 = 0;
uint8_t h_u_cla32_and121 = 0;
uint8_t h_u_cla32_or59 = 0;
uint8_t h_u_cla32_or60 = 0;
uint8_t h_u_cla32_or61 = 0;
uint8_t h_u_cla32_pg_logic27_or0 = 0;
uint8_t h_u_cla32_pg_logic27_and0 = 0;
uint8_t h_u_cla32_pg_logic27_xor0 = 0;
uint8_t h_u_cla32_xor27 = 0;
uint8_t h_u_cla32_and122 = 0;
uint8_t h_u_cla32_and123 = 0;
uint8_t h_u_cla32_and124 = 0;
uint8_t h_u_cla32_and125 = 0;
uint8_t h_u_cla32_and126 = 0;
uint8_t h_u_cla32_and127 = 0;
uint8_t h_u_cla32_and128 = 0;
uint8_t h_u_cla32_and129 = 0;
uint8_t h_u_cla32_and130 = 0;
uint8_t h_u_cla32_and131 = 0;
uint8_t h_u_cla32_or62 = 0;
uint8_t h_u_cla32_or63 = 0;
uint8_t h_u_cla32_or64 = 0;
uint8_t h_u_cla32_or65 = 0;
uint8_t h_u_cla32_pg_logic28_or0 = 0;
uint8_t h_u_cla32_pg_logic28_and0 = 0;
uint8_t h_u_cla32_pg_logic28_xor0 = 0;
uint8_t h_u_cla32_xor28 = 0;
uint8_t h_u_cla32_and132 = 0;
uint8_t h_u_cla32_or66 = 0;
uint8_t h_u_cla32_pg_logic29_or0 = 0;
uint8_t h_u_cla32_pg_logic29_and0 = 0;
uint8_t h_u_cla32_pg_logic29_xor0 = 0;
uint8_t h_u_cla32_xor29 = 0;
uint8_t h_u_cla32_and133 = 0;
uint8_t h_u_cla32_and134 = 0;
uint8_t h_u_cla32_and135 = 0;
uint8_t h_u_cla32_or67 = 0;
uint8_t h_u_cla32_or68 = 0;
uint8_t h_u_cla32_pg_logic30_or0 = 0;
uint8_t h_u_cla32_pg_logic30_and0 = 0;
uint8_t h_u_cla32_pg_logic30_xor0 = 0;
uint8_t h_u_cla32_xor30 = 0;
uint8_t h_u_cla32_and136 = 0;
uint8_t h_u_cla32_and137 = 0;
uint8_t h_u_cla32_and138 = 0;
uint8_t h_u_cla32_and139 = 0;
uint8_t h_u_cla32_and140 = 0;
uint8_t h_u_cla32_and141 = 0;
uint8_t h_u_cla32_or69 = 0;
uint8_t h_u_cla32_or70 = 0;
uint8_t h_u_cla32_or71 = 0;
uint8_t h_u_cla32_pg_logic31_or0 = 0;
uint8_t h_u_cla32_pg_logic31_and0 = 0;
uint8_t h_u_cla32_pg_logic31_xor0 = 0;
uint8_t h_u_cla32_xor31 = 0;
uint8_t h_u_cla32_and142 = 0;
uint8_t h_u_cla32_and143 = 0;
uint8_t h_u_cla32_and144 = 0;
uint8_t h_u_cla32_and145 = 0;
uint8_t h_u_cla32_and146 = 0;
uint8_t h_u_cla32_and147 = 0;
uint8_t h_u_cla32_and148 = 0;
uint8_t h_u_cla32_and149 = 0;
uint8_t h_u_cla32_and150 = 0;
uint8_t h_u_cla32_and151 = 0;
uint8_t h_u_cla32_or72 = 0;
uint8_t h_u_cla32_or73 = 0;
uint8_t h_u_cla32_or74 = 0;
uint8_t h_u_cla32_or75 = 0;
h_u_cla32_pg_logic0_or0 = (pg_logic(((a >> 0) & 0x01), ((b >> 0) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic0_and0 = (pg_logic(((a >> 0) & 0x01), ((b >> 0) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic0_xor0 = (pg_logic(((a >> 0) & 0x01), ((b >> 0) & 0x01)) >> 2) & 0x01;
h_u_cla32_pg_logic1_or0 = (pg_logic(((a >> 1) & 0x01), ((b >> 1) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic1_and0 = (pg_logic(((a >> 1) & 0x01), ((b >> 1) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic1_xor0 = (pg_logic(((a >> 1) & 0x01), ((b >> 1) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor1 = xor_gate(((h_u_cla32_pg_logic1_xor0 >> 0) & 0x01), ((h_u_cla32_pg_logic0_and0 >> 0) & 0x01));
h_u_cla32_and0 = and_gate(((h_u_cla32_pg_logic0_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic1_or0 >> 0) & 0x01));
h_u_cla32_or0 = or_gate(((h_u_cla32_pg_logic1_and0 >> 0) & 0x01), ((h_u_cla32_and0 >> 0) & 0x01));
h_u_cla32_pg_logic2_or0 = (pg_logic(((a >> 2) & 0x01), ((b >> 2) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic2_and0 = (pg_logic(((a >> 2) & 0x01), ((b >> 2) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic2_xor0 = (pg_logic(((a >> 2) & 0x01), ((b >> 2) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor2 = xor_gate(((h_u_cla32_pg_logic2_xor0 >> 0) & 0x01), ((h_u_cla32_or0 >> 0) & 0x01));
h_u_cla32_and1 = and_gate(((h_u_cla32_pg_logic2_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic0_or0 >> 0) & 0x01));
h_u_cla32_and2 = and_gate(((h_u_cla32_pg_logic0_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic2_or0 >> 0) & 0x01));
h_u_cla32_and3 = and_gate(((h_u_cla32_and2 >> 0) & 0x01), ((h_u_cla32_pg_logic1_or0 >> 0) & 0x01));
h_u_cla32_and4 = and_gate(((h_u_cla32_pg_logic1_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic2_or0 >> 0) & 0x01));
h_u_cla32_or1 = or_gate(((h_u_cla32_and3 >> 0) & 0x01), ((h_u_cla32_and4 >> 0) & 0x01));
h_u_cla32_or2 = or_gate(((h_u_cla32_pg_logic2_and0 >> 0) & 0x01), ((h_u_cla32_or1 >> 0) & 0x01));
h_u_cla32_pg_logic3_or0 = (pg_logic(((a >> 3) & 0x01), ((b >> 3) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic3_and0 = (pg_logic(((a >> 3) & 0x01), ((b >> 3) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic3_xor0 = (pg_logic(((a >> 3) & 0x01), ((b >> 3) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor3 = xor_gate(((h_u_cla32_pg_logic3_xor0 >> 0) & 0x01), ((h_u_cla32_or2 >> 0) & 0x01));
h_u_cla32_and5 = and_gate(((h_u_cla32_pg_logic3_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic1_or0 >> 0) & 0x01));
h_u_cla32_and6 = and_gate(((h_u_cla32_pg_logic0_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic2_or0 >> 0) & 0x01));
h_u_cla32_and7 = and_gate(((h_u_cla32_pg_logic3_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic1_or0 >> 0) & 0x01));
h_u_cla32_and8 = and_gate(((h_u_cla32_and6 >> 0) & 0x01), ((h_u_cla32_and7 >> 0) & 0x01));
h_u_cla32_and9 = and_gate(((h_u_cla32_pg_logic1_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic3_or0 >> 0) & 0x01));
h_u_cla32_and10 = and_gate(((h_u_cla32_and9 >> 0) & 0x01), ((h_u_cla32_pg_logic2_or0 >> 0) & 0x01));
h_u_cla32_and11 = and_gate(((h_u_cla32_pg_logic2_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic3_or0 >> 0) & 0x01));
h_u_cla32_or3 = or_gate(((h_u_cla32_and8 >> 0) & 0x01), ((h_u_cla32_and11 >> 0) & 0x01));
h_u_cla32_or4 = or_gate(((h_u_cla32_and10 >> 0) & 0x01), ((h_u_cla32_or3 >> 0) & 0x01));
h_u_cla32_or5 = or_gate(((h_u_cla32_pg_logic3_and0 >> 0) & 0x01), ((h_u_cla32_or4 >> 0) & 0x01));
h_u_cla32_pg_logic4_or0 = (pg_logic(((a >> 4) & 0x01), ((b >> 4) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic4_and0 = (pg_logic(((a >> 4) & 0x01), ((b >> 4) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic4_xor0 = (pg_logic(((a >> 4) & 0x01), ((b >> 4) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor4 = xor_gate(((h_u_cla32_pg_logic4_xor0 >> 0) & 0x01), ((h_u_cla32_or5 >> 0) & 0x01));
h_u_cla32_and12 = and_gate(((h_u_cla32_or5 >> 0) & 0x01), ((h_u_cla32_pg_logic4_or0 >> 0) & 0x01));
h_u_cla32_or6 = or_gate(((h_u_cla32_pg_logic4_and0 >> 0) & 0x01), ((h_u_cla32_and12 >> 0) & 0x01));
h_u_cla32_pg_logic5_or0 = (pg_logic(((a >> 5) & 0x01), ((b >> 5) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic5_and0 = (pg_logic(((a >> 5) & 0x01), ((b >> 5) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic5_xor0 = (pg_logic(((a >> 5) & 0x01), ((b >> 5) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor5 = xor_gate(((h_u_cla32_pg_logic5_xor0 >> 0) & 0x01), ((h_u_cla32_or6 >> 0) & 0x01));
h_u_cla32_and13 = and_gate(((h_u_cla32_or5 >> 0) & 0x01), ((h_u_cla32_pg_logic5_or0 >> 0) & 0x01));
h_u_cla32_and14 = and_gate(((h_u_cla32_and13 >> 0) & 0x01), ((h_u_cla32_pg_logic4_or0 >> 0) & 0x01));
h_u_cla32_and15 = and_gate(((h_u_cla32_pg_logic4_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic5_or0 >> 0) & 0x01));
h_u_cla32_or7 = or_gate(((h_u_cla32_and14 >> 0) & 0x01), ((h_u_cla32_and15 >> 0) & 0x01));
h_u_cla32_or8 = or_gate(((h_u_cla32_pg_logic5_and0 >> 0) & 0x01), ((h_u_cla32_or7 >> 0) & 0x01));
h_u_cla32_pg_logic6_or0 = (pg_logic(((a >> 6) & 0x01), ((b >> 6) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic6_and0 = (pg_logic(((a >> 6) & 0x01), ((b >> 6) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic6_xor0 = (pg_logic(((a >> 6) & 0x01), ((b >> 6) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor6 = xor_gate(((h_u_cla32_pg_logic6_xor0 >> 0) & 0x01), ((h_u_cla32_or8 >> 0) & 0x01));
h_u_cla32_and16 = and_gate(((h_u_cla32_or5 >> 0) & 0x01), ((h_u_cla32_pg_logic5_or0 >> 0) & 0x01));
h_u_cla32_and17 = and_gate(((h_u_cla32_pg_logic6_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic4_or0 >> 0) & 0x01));
h_u_cla32_and18 = and_gate(((h_u_cla32_and16 >> 0) & 0x01), ((h_u_cla32_and17 >> 0) & 0x01));
h_u_cla32_and19 = and_gate(((h_u_cla32_pg_logic4_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic6_or0 >> 0) & 0x01));
h_u_cla32_and20 = and_gate(((h_u_cla32_and19 >> 0) & 0x01), ((h_u_cla32_pg_logic5_or0 >> 0) & 0x01));
h_u_cla32_and21 = and_gate(((h_u_cla32_pg_logic5_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic6_or0 >> 0) & 0x01));
h_u_cla32_or9 = or_gate(((h_u_cla32_and18 >> 0) & 0x01), ((h_u_cla32_and20 >> 0) & 0x01));
h_u_cla32_or10 = or_gate(((h_u_cla32_or9 >> 0) & 0x01), ((h_u_cla32_and21 >> 0) & 0x01));
h_u_cla32_or11 = or_gate(((h_u_cla32_pg_logic6_and0 >> 0) & 0x01), ((h_u_cla32_or10 >> 0) & 0x01));
h_u_cla32_pg_logic7_or0 = (pg_logic(((a >> 7) & 0x01), ((b >> 7) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic7_and0 = (pg_logic(((a >> 7) & 0x01), ((b >> 7) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic7_xor0 = (pg_logic(((a >> 7) & 0x01), ((b >> 7) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor7 = xor_gate(((h_u_cla32_pg_logic7_xor0 >> 0) & 0x01), ((h_u_cla32_or11 >> 0) & 0x01));
h_u_cla32_and22 = and_gate(((h_u_cla32_or5 >> 0) & 0x01), ((h_u_cla32_pg_logic6_or0 >> 0) & 0x01));
h_u_cla32_and23 = and_gate(((h_u_cla32_pg_logic7_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic5_or0 >> 0) & 0x01));
h_u_cla32_and24 = and_gate(((h_u_cla32_and22 >> 0) & 0x01), ((h_u_cla32_and23 >> 0) & 0x01));
h_u_cla32_and25 = and_gate(((h_u_cla32_and24 >> 0) & 0x01), ((h_u_cla32_pg_logic4_or0 >> 0) & 0x01));
h_u_cla32_and26 = and_gate(((h_u_cla32_pg_logic4_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic6_or0 >> 0) & 0x01));
h_u_cla32_and27 = and_gate(((h_u_cla32_pg_logic7_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic5_or0 >> 0) & 0x01));
h_u_cla32_and28 = and_gate(((h_u_cla32_and26 >> 0) & 0x01), ((h_u_cla32_and27 >> 0) & 0x01));
h_u_cla32_and29 = and_gate(((h_u_cla32_pg_logic5_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic7_or0 >> 0) & 0x01));
h_u_cla32_and30 = and_gate(((h_u_cla32_and29 >> 0) & 0x01), ((h_u_cla32_pg_logic6_or0 >> 0) & 0x01));
h_u_cla32_and31 = and_gate(((h_u_cla32_pg_logic6_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic7_or0 >> 0) & 0x01));
h_u_cla32_or12 = or_gate(((h_u_cla32_and25 >> 0) & 0x01), ((h_u_cla32_and30 >> 0) & 0x01));
h_u_cla32_or13 = or_gate(((h_u_cla32_and28 >> 0) & 0x01), ((h_u_cla32_and31 >> 0) & 0x01));
h_u_cla32_or14 = or_gate(((h_u_cla32_or12 >> 0) & 0x01), ((h_u_cla32_or13 >> 0) & 0x01));
h_u_cla32_or15 = or_gate(((h_u_cla32_pg_logic7_and0 >> 0) & 0x01), ((h_u_cla32_or14 >> 0) & 0x01));
h_u_cla32_pg_logic8_or0 = (pg_logic(((a >> 8) & 0x01), ((b >> 8) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic8_and0 = (pg_logic(((a >> 8) & 0x01), ((b >> 8) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic8_xor0 = (pg_logic(((a >> 8) & 0x01), ((b >> 8) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor8 = xor_gate(((h_u_cla32_pg_logic8_xor0 >> 0) & 0x01), ((h_u_cla32_or15 >> 0) & 0x01));
h_u_cla32_and32 = and_gate(((h_u_cla32_or15 >> 0) & 0x01), ((h_u_cla32_pg_logic8_or0 >> 0) & 0x01));
h_u_cla32_or16 = or_gate(((h_u_cla32_pg_logic8_and0 >> 0) & 0x01), ((h_u_cla32_and32 >> 0) & 0x01));
h_u_cla32_pg_logic9_or0 = (pg_logic(((a >> 9) & 0x01), ((b >> 9) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic9_and0 = (pg_logic(((a >> 9) & 0x01), ((b >> 9) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic9_xor0 = (pg_logic(((a >> 9) & 0x01), ((b >> 9) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor9 = xor_gate(((h_u_cla32_pg_logic9_xor0 >> 0) & 0x01), ((h_u_cla32_or16 >> 0) & 0x01));
h_u_cla32_and33 = and_gate(((h_u_cla32_or15 >> 0) & 0x01), ((h_u_cla32_pg_logic9_or0 >> 0) & 0x01));
h_u_cla32_and34 = and_gate(((h_u_cla32_and33 >> 0) & 0x01), ((h_u_cla32_pg_logic8_or0 >> 0) & 0x01));
h_u_cla32_and35 = and_gate(((h_u_cla32_pg_logic8_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic9_or0 >> 0) & 0x01));
h_u_cla32_or17 = or_gate(((h_u_cla32_and34 >> 0) & 0x01), ((h_u_cla32_and35 >> 0) & 0x01));
h_u_cla32_or18 = or_gate(((h_u_cla32_pg_logic9_and0 >> 0) & 0x01), ((h_u_cla32_or17 >> 0) & 0x01));
h_u_cla32_pg_logic10_or0 = (pg_logic(((a >> 10) & 0x01), ((b >> 10) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic10_and0 = (pg_logic(((a >> 10) & 0x01), ((b >> 10) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic10_xor0 = (pg_logic(((a >> 10) & 0x01), ((b >> 10) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor10 = xor_gate(((h_u_cla32_pg_logic10_xor0 >> 0) & 0x01), ((h_u_cla32_or18 >> 0) & 0x01));
h_u_cla32_and36 = and_gate(((h_u_cla32_or15 >> 0) & 0x01), ((h_u_cla32_pg_logic9_or0 >> 0) & 0x01));
h_u_cla32_and37 = and_gate(((h_u_cla32_pg_logic10_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic8_or0 >> 0) & 0x01));
h_u_cla32_and38 = and_gate(((h_u_cla32_and36 >> 0) & 0x01), ((h_u_cla32_and37 >> 0) & 0x01));
h_u_cla32_and39 = and_gate(((h_u_cla32_pg_logic8_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic10_or0 >> 0) & 0x01));
h_u_cla32_and40 = and_gate(((h_u_cla32_and39 >> 0) & 0x01), ((h_u_cla32_pg_logic9_or0 >> 0) & 0x01));
h_u_cla32_and41 = and_gate(((h_u_cla32_pg_logic9_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic10_or0 >> 0) & 0x01));
h_u_cla32_or19 = or_gate(((h_u_cla32_and38 >> 0) & 0x01), ((h_u_cla32_and40 >> 0) & 0x01));
h_u_cla32_or20 = or_gate(((h_u_cla32_or19 >> 0) & 0x01), ((h_u_cla32_and41 >> 0) & 0x01));
h_u_cla32_or21 = or_gate(((h_u_cla32_pg_logic10_and0 >> 0) & 0x01), ((h_u_cla32_or20 >> 0) & 0x01));
h_u_cla32_pg_logic11_or0 = (pg_logic(((a >> 11) & 0x01), ((b >> 11) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic11_and0 = (pg_logic(((a >> 11) & 0x01), ((b >> 11) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic11_xor0 = (pg_logic(((a >> 11) & 0x01), ((b >> 11) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor11 = xor_gate(((h_u_cla32_pg_logic11_xor0 >> 0) & 0x01), ((h_u_cla32_or21 >> 0) & 0x01));
h_u_cla32_and42 = and_gate(((h_u_cla32_or15 >> 0) & 0x01), ((h_u_cla32_pg_logic10_or0 >> 0) & 0x01));
h_u_cla32_and43 = and_gate(((h_u_cla32_pg_logic11_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic9_or0 >> 0) & 0x01));
h_u_cla32_and44 = and_gate(((h_u_cla32_and42 >> 0) & 0x01), ((h_u_cla32_and43 >> 0) & 0x01));
h_u_cla32_and45 = and_gate(((h_u_cla32_and44 >> 0) & 0x01), ((h_u_cla32_pg_logic8_or0 >> 0) & 0x01));
h_u_cla32_and46 = and_gate(((h_u_cla32_pg_logic8_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic10_or0 >> 0) & 0x01));
h_u_cla32_and47 = and_gate(((h_u_cla32_pg_logic11_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic9_or0 >> 0) & 0x01));
h_u_cla32_and48 = and_gate(((h_u_cla32_and46 >> 0) & 0x01), ((h_u_cla32_and47 >> 0) & 0x01));
h_u_cla32_and49 = and_gate(((h_u_cla32_pg_logic9_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic11_or0 >> 0) & 0x01));
h_u_cla32_and50 = and_gate(((h_u_cla32_and49 >> 0) & 0x01), ((h_u_cla32_pg_logic10_or0 >> 0) & 0x01));
h_u_cla32_and51 = and_gate(((h_u_cla32_pg_logic10_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic11_or0 >> 0) & 0x01));
h_u_cla32_or22 = or_gate(((h_u_cla32_and45 >> 0) & 0x01), ((h_u_cla32_and50 >> 0) & 0x01));
h_u_cla32_or23 = or_gate(((h_u_cla32_and48 >> 0) & 0x01), ((h_u_cla32_and51 >> 0) & 0x01));
h_u_cla32_or24 = or_gate(((h_u_cla32_or22 >> 0) & 0x01), ((h_u_cla32_or23 >> 0) & 0x01));
h_u_cla32_or25 = or_gate(((h_u_cla32_pg_logic11_and0 >> 0) & 0x01), ((h_u_cla32_or24 >> 0) & 0x01));
h_u_cla32_pg_logic12_or0 = (pg_logic(((a >> 12) & 0x01), ((b >> 12) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic12_and0 = (pg_logic(((a >> 12) & 0x01), ((b >> 12) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic12_xor0 = (pg_logic(((a >> 12) & 0x01), ((b >> 12) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor12 = xor_gate(((h_u_cla32_pg_logic12_xor0 >> 0) & 0x01), ((h_u_cla32_or25 >> 0) & 0x01));
h_u_cla32_and52 = and_gate(((h_u_cla32_or25 >> 0) & 0x01), ((h_u_cla32_pg_logic12_or0 >> 0) & 0x01));
h_u_cla32_or26 = or_gate(((h_u_cla32_pg_logic12_and0 >> 0) & 0x01), ((h_u_cla32_and52 >> 0) & 0x01));
h_u_cla32_pg_logic13_or0 = (pg_logic(((a >> 13) & 0x01), ((b >> 13) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic13_and0 = (pg_logic(((a >> 13) & 0x01), ((b >> 13) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic13_xor0 = (pg_logic(((a >> 13) & 0x01), ((b >> 13) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor13 = xor_gate(((h_u_cla32_pg_logic13_xor0 >> 0) & 0x01), ((h_u_cla32_or26 >> 0) & 0x01));
h_u_cla32_and53 = and_gate(((h_u_cla32_or25 >> 0) & 0x01), ((h_u_cla32_pg_logic13_or0 >> 0) & 0x01));
h_u_cla32_and54 = and_gate(((h_u_cla32_and53 >> 0) & 0x01), ((h_u_cla32_pg_logic12_or0 >> 0) & 0x01));
h_u_cla32_and55 = and_gate(((h_u_cla32_pg_logic12_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic13_or0 >> 0) & 0x01));
h_u_cla32_or27 = or_gate(((h_u_cla32_and54 >> 0) & 0x01), ((h_u_cla32_and55 >> 0) & 0x01));
h_u_cla32_or28 = or_gate(((h_u_cla32_pg_logic13_and0 >> 0) & 0x01), ((h_u_cla32_or27 >> 0) & 0x01));
h_u_cla32_pg_logic14_or0 = (pg_logic(((a >> 14) & 0x01), ((b >> 14) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic14_and0 = (pg_logic(((a >> 14) & 0x01), ((b >> 14) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic14_xor0 = (pg_logic(((a >> 14) & 0x01), ((b >> 14) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor14 = xor_gate(((h_u_cla32_pg_logic14_xor0 >> 0) & 0x01), ((h_u_cla32_or28 >> 0) & 0x01));
h_u_cla32_and56 = and_gate(((h_u_cla32_or25 >> 0) & 0x01), ((h_u_cla32_pg_logic13_or0 >> 0) & 0x01));
h_u_cla32_and57 = and_gate(((h_u_cla32_pg_logic14_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic12_or0 >> 0) & 0x01));
h_u_cla32_and58 = and_gate(((h_u_cla32_and56 >> 0) & 0x01), ((h_u_cla32_and57 >> 0) & 0x01));
h_u_cla32_and59 = and_gate(((h_u_cla32_pg_logic12_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic14_or0 >> 0) & 0x01));
h_u_cla32_and60 = and_gate(((h_u_cla32_and59 >> 0) & 0x01), ((h_u_cla32_pg_logic13_or0 >> 0) & 0x01));
h_u_cla32_and61 = and_gate(((h_u_cla32_pg_logic13_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic14_or0 >> 0) & 0x01));
h_u_cla32_or29 = or_gate(((h_u_cla32_and58 >> 0) & 0x01), ((h_u_cla32_and60 >> 0) & 0x01));
h_u_cla32_or30 = or_gate(((h_u_cla32_or29 >> 0) & 0x01), ((h_u_cla32_and61 >> 0) & 0x01));
h_u_cla32_or31 = or_gate(((h_u_cla32_pg_logic14_and0 >> 0) & 0x01), ((h_u_cla32_or30 >> 0) & 0x01));
h_u_cla32_pg_logic15_or0 = (pg_logic(((a >> 15) & 0x01), ((b >> 15) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic15_and0 = (pg_logic(((a >> 15) & 0x01), ((b >> 15) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic15_xor0 = (pg_logic(((a >> 15) & 0x01), ((b >> 15) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor15 = xor_gate(((h_u_cla32_pg_logic15_xor0 >> 0) & 0x01), ((h_u_cla32_or31 >> 0) & 0x01));
h_u_cla32_and62 = and_gate(((h_u_cla32_or25 >> 0) & 0x01), ((h_u_cla32_pg_logic14_or0 >> 0) & 0x01));
h_u_cla32_and63 = and_gate(((h_u_cla32_pg_logic15_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic13_or0 >> 0) & 0x01));
h_u_cla32_and64 = and_gate(((h_u_cla32_and62 >> 0) & 0x01), ((h_u_cla32_and63 >> 0) & 0x01));
h_u_cla32_and65 = and_gate(((h_u_cla32_and64 >> 0) & 0x01), ((h_u_cla32_pg_logic12_or0 >> 0) & 0x01));
h_u_cla32_and66 = and_gate(((h_u_cla32_pg_logic12_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic14_or0 >> 0) & 0x01));
h_u_cla32_and67 = and_gate(((h_u_cla32_pg_logic15_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic13_or0 >> 0) & 0x01));
h_u_cla32_and68 = and_gate(((h_u_cla32_and66 >> 0) & 0x01), ((h_u_cla32_and67 >> 0) & 0x01));
h_u_cla32_and69 = and_gate(((h_u_cla32_pg_logic13_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic15_or0 >> 0) & 0x01));
h_u_cla32_and70 = and_gate(((h_u_cla32_and69 >> 0) & 0x01), ((h_u_cla32_pg_logic14_or0 >> 0) & 0x01));
h_u_cla32_and71 = and_gate(((h_u_cla32_pg_logic14_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic15_or0 >> 0) & 0x01));
h_u_cla32_or32 = or_gate(((h_u_cla32_and65 >> 0) & 0x01), ((h_u_cla32_and70 >> 0) & 0x01));
h_u_cla32_or33 = or_gate(((h_u_cla32_and68 >> 0) & 0x01), ((h_u_cla32_and71 >> 0) & 0x01));
h_u_cla32_or34 = or_gate(((h_u_cla32_or32 >> 0) & 0x01), ((h_u_cla32_or33 >> 0) & 0x01));
h_u_cla32_or35 = or_gate(((h_u_cla32_pg_logic15_and0 >> 0) & 0x01), ((h_u_cla32_or34 >> 0) & 0x01));
h_u_cla32_pg_logic16_or0 = (pg_logic(((a >> 16) & 0x01), ((b >> 16) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic16_and0 = (pg_logic(((a >> 16) & 0x01), ((b >> 16) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic16_xor0 = (pg_logic(((a >> 16) & 0x01), ((b >> 16) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor16 = xor_gate(((h_u_cla32_pg_logic16_xor0 >> 0) & 0x01), ((h_u_cla32_or35 >> 0) & 0x01));
h_u_cla32_and72 = and_gate(((h_u_cla32_or35 >> 0) & 0x01), ((h_u_cla32_pg_logic16_or0 >> 0) & 0x01));
h_u_cla32_or36 = or_gate(((h_u_cla32_pg_logic16_and0 >> 0) & 0x01), ((h_u_cla32_and72 >> 0) & 0x01));
h_u_cla32_pg_logic17_or0 = (pg_logic(((a >> 17) & 0x01), ((b >> 17) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic17_and0 = (pg_logic(((a >> 17) & 0x01), ((b >> 17) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic17_xor0 = (pg_logic(((a >> 17) & 0x01), ((b >> 17) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor17 = xor_gate(((h_u_cla32_pg_logic17_xor0 >> 0) & 0x01), ((h_u_cla32_or36 >> 0) & 0x01));
h_u_cla32_and73 = and_gate(((h_u_cla32_or35 >> 0) & 0x01), ((h_u_cla32_pg_logic17_or0 >> 0) & 0x01));
h_u_cla32_and74 = and_gate(((h_u_cla32_and73 >> 0) & 0x01), ((h_u_cla32_pg_logic16_or0 >> 0) & 0x01));
h_u_cla32_and75 = and_gate(((h_u_cla32_pg_logic16_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic17_or0 >> 0) & 0x01));
h_u_cla32_or37 = or_gate(((h_u_cla32_and74 >> 0) & 0x01), ((h_u_cla32_and75 >> 0) & 0x01));
h_u_cla32_or38 = or_gate(((h_u_cla32_pg_logic17_and0 >> 0) & 0x01), ((h_u_cla32_or37 >> 0) & 0x01));
h_u_cla32_pg_logic18_or0 = (pg_logic(((a >> 18) & 0x01), ((b >> 18) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic18_and0 = (pg_logic(((a >> 18) & 0x01), ((b >> 18) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic18_xor0 = (pg_logic(((a >> 18) & 0x01), ((b >> 18) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor18 = xor_gate(((h_u_cla32_pg_logic18_xor0 >> 0) & 0x01), ((h_u_cla32_or38 >> 0) & 0x01));
h_u_cla32_and76 = and_gate(((h_u_cla32_or35 >> 0) & 0x01), ((h_u_cla32_pg_logic17_or0 >> 0) & 0x01));
h_u_cla32_and77 = and_gate(((h_u_cla32_pg_logic18_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic16_or0 >> 0) & 0x01));
h_u_cla32_and78 = and_gate(((h_u_cla32_and76 >> 0) & 0x01), ((h_u_cla32_and77 >> 0) & 0x01));
h_u_cla32_and79 = and_gate(((h_u_cla32_pg_logic16_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic18_or0 >> 0) & 0x01));
h_u_cla32_and80 = and_gate(((h_u_cla32_and79 >> 0) & 0x01), ((h_u_cla32_pg_logic17_or0 >> 0) & 0x01));
h_u_cla32_and81 = and_gate(((h_u_cla32_pg_logic17_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic18_or0 >> 0) & 0x01));
h_u_cla32_or39 = or_gate(((h_u_cla32_and78 >> 0) & 0x01), ((h_u_cla32_and80 >> 0) & 0x01));
h_u_cla32_or40 = or_gate(((h_u_cla32_or39 >> 0) & 0x01), ((h_u_cla32_and81 >> 0) & 0x01));
h_u_cla32_or41 = or_gate(((h_u_cla32_pg_logic18_and0 >> 0) & 0x01), ((h_u_cla32_or40 >> 0) & 0x01));
h_u_cla32_pg_logic19_or0 = (pg_logic(((a >> 19) & 0x01), ((b >> 19) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic19_and0 = (pg_logic(((a >> 19) & 0x01), ((b >> 19) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic19_xor0 = (pg_logic(((a >> 19) & 0x01), ((b >> 19) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor19 = xor_gate(((h_u_cla32_pg_logic19_xor0 >> 0) & 0x01), ((h_u_cla32_or41 >> 0) & 0x01));
h_u_cla32_and82 = and_gate(((h_u_cla32_or35 >> 0) & 0x01), ((h_u_cla32_pg_logic18_or0 >> 0) & 0x01));
h_u_cla32_and83 = and_gate(((h_u_cla32_pg_logic19_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic17_or0 >> 0) & 0x01));
h_u_cla32_and84 = and_gate(((h_u_cla32_and82 >> 0) & 0x01), ((h_u_cla32_and83 >> 0) & 0x01));
h_u_cla32_and85 = and_gate(((h_u_cla32_and84 >> 0) & 0x01), ((h_u_cla32_pg_logic16_or0 >> 0) & 0x01));
h_u_cla32_and86 = and_gate(((h_u_cla32_pg_logic16_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic18_or0 >> 0) & 0x01));
h_u_cla32_and87 = and_gate(((h_u_cla32_pg_logic19_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic17_or0 >> 0) & 0x01));
h_u_cla32_and88 = and_gate(((h_u_cla32_and86 >> 0) & 0x01), ((h_u_cla32_and87 >> 0) & 0x01));
h_u_cla32_and89 = and_gate(((h_u_cla32_pg_logic17_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic19_or0 >> 0) & 0x01));
h_u_cla32_and90 = and_gate(((h_u_cla32_and89 >> 0) & 0x01), ((h_u_cla32_pg_logic18_or0 >> 0) & 0x01));
h_u_cla32_and91 = and_gate(((h_u_cla32_pg_logic18_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic19_or0 >> 0) & 0x01));
h_u_cla32_or42 = or_gate(((h_u_cla32_and85 >> 0) & 0x01), ((h_u_cla32_and90 >> 0) & 0x01));
h_u_cla32_or43 = or_gate(((h_u_cla32_and88 >> 0) & 0x01), ((h_u_cla32_and91 >> 0) & 0x01));
h_u_cla32_or44 = or_gate(((h_u_cla32_or42 >> 0) & 0x01), ((h_u_cla32_or43 >> 0) & 0x01));
h_u_cla32_or45 = or_gate(((h_u_cla32_pg_logic19_and0 >> 0) & 0x01), ((h_u_cla32_or44 >> 0) & 0x01));
h_u_cla32_pg_logic20_or0 = (pg_logic(((a >> 20) & 0x01), ((b >> 20) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic20_and0 = (pg_logic(((a >> 20) & 0x01), ((b >> 20) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic20_xor0 = (pg_logic(((a >> 20) & 0x01), ((b >> 20) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor20 = xor_gate(((h_u_cla32_pg_logic20_xor0 >> 0) & 0x01), ((h_u_cla32_or45 >> 0) & 0x01));
h_u_cla32_and92 = and_gate(((h_u_cla32_or45 >> 0) & 0x01), ((h_u_cla32_pg_logic20_or0 >> 0) & 0x01));
h_u_cla32_or46 = or_gate(((h_u_cla32_pg_logic20_and0 >> 0) & 0x01), ((h_u_cla32_and92 >> 0) & 0x01));
h_u_cla32_pg_logic21_or0 = (pg_logic(((a >> 21) & 0x01), ((b >> 21) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic21_and0 = (pg_logic(((a >> 21) & 0x01), ((b >> 21) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic21_xor0 = (pg_logic(((a >> 21) & 0x01), ((b >> 21) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor21 = xor_gate(((h_u_cla32_pg_logic21_xor0 >> 0) & 0x01), ((h_u_cla32_or46 >> 0) & 0x01));
h_u_cla32_and93 = and_gate(((h_u_cla32_or45 >> 0) & 0x01), ((h_u_cla32_pg_logic21_or0 >> 0) & 0x01));
h_u_cla32_and94 = and_gate(((h_u_cla32_and93 >> 0) & 0x01), ((h_u_cla32_pg_logic20_or0 >> 0) & 0x01));
h_u_cla32_and95 = and_gate(((h_u_cla32_pg_logic20_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic21_or0 >> 0) & 0x01));
h_u_cla32_or47 = or_gate(((h_u_cla32_and94 >> 0) & 0x01), ((h_u_cla32_and95 >> 0) & 0x01));
h_u_cla32_or48 = or_gate(((h_u_cla32_pg_logic21_and0 >> 0) & 0x01), ((h_u_cla32_or47 >> 0) & 0x01));
h_u_cla32_pg_logic22_or0 = (pg_logic(((a >> 22) & 0x01), ((b >> 22) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic22_and0 = (pg_logic(((a >> 22) & 0x01), ((b >> 22) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic22_xor0 = (pg_logic(((a >> 22) & 0x01), ((b >> 22) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor22 = xor_gate(((h_u_cla32_pg_logic22_xor0 >> 0) & 0x01), ((h_u_cla32_or48 >> 0) & 0x01));
h_u_cla32_and96 = and_gate(((h_u_cla32_or45 >> 0) & 0x01), ((h_u_cla32_pg_logic21_or0 >> 0) & 0x01));
h_u_cla32_and97 = and_gate(((h_u_cla32_pg_logic22_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic20_or0 >> 0) & 0x01));
h_u_cla32_and98 = and_gate(((h_u_cla32_and96 >> 0) & 0x01), ((h_u_cla32_and97 >> 0) & 0x01));
h_u_cla32_and99 = and_gate(((h_u_cla32_pg_logic20_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic22_or0 >> 0) & 0x01));
h_u_cla32_and100 = and_gate(((h_u_cla32_and99 >> 0) & 0x01), ((h_u_cla32_pg_logic21_or0 >> 0) & 0x01));
h_u_cla32_and101 = and_gate(((h_u_cla32_pg_logic21_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic22_or0 >> 0) & 0x01));
h_u_cla32_or49 = or_gate(((h_u_cla32_and98 >> 0) & 0x01), ((h_u_cla32_and100 >> 0) & 0x01));
h_u_cla32_or50 = or_gate(((h_u_cla32_or49 >> 0) & 0x01), ((h_u_cla32_and101 >> 0) & 0x01));
h_u_cla32_or51 = or_gate(((h_u_cla32_pg_logic22_and0 >> 0) & 0x01), ((h_u_cla32_or50 >> 0) & 0x01));
h_u_cla32_pg_logic23_or0 = (pg_logic(((a >> 23) & 0x01), ((b >> 23) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic23_and0 = (pg_logic(((a >> 23) & 0x01), ((b >> 23) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic23_xor0 = (pg_logic(((a >> 23) & 0x01), ((b >> 23) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor23 = xor_gate(((h_u_cla32_pg_logic23_xor0 >> 0) & 0x01), ((h_u_cla32_or51 >> 0) & 0x01));
h_u_cla32_and102 = and_gate(((h_u_cla32_or45 >> 0) & 0x01), ((h_u_cla32_pg_logic22_or0 >> 0) & 0x01));
h_u_cla32_and103 = and_gate(((h_u_cla32_pg_logic23_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic21_or0 >> 0) & 0x01));
h_u_cla32_and104 = and_gate(((h_u_cla32_and102 >> 0) & 0x01), ((h_u_cla32_and103 >> 0) & 0x01));
h_u_cla32_and105 = and_gate(((h_u_cla32_and104 >> 0) & 0x01), ((h_u_cla32_pg_logic20_or0 >> 0) & 0x01));
h_u_cla32_and106 = and_gate(((h_u_cla32_pg_logic20_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic22_or0 >> 0) & 0x01));
h_u_cla32_and107 = and_gate(((h_u_cla32_pg_logic23_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic21_or0 >> 0) & 0x01));
h_u_cla32_and108 = and_gate(((h_u_cla32_and106 >> 0) & 0x01), ((h_u_cla32_and107 >> 0) & 0x01));
h_u_cla32_and109 = and_gate(((h_u_cla32_pg_logic21_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic23_or0 >> 0) & 0x01));
h_u_cla32_and110 = and_gate(((h_u_cla32_and109 >> 0) & 0x01), ((h_u_cla32_pg_logic22_or0 >> 0) & 0x01));
h_u_cla32_and111 = and_gate(((h_u_cla32_pg_logic22_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic23_or0 >> 0) & 0x01));
h_u_cla32_or52 = or_gate(((h_u_cla32_and105 >> 0) & 0x01), ((h_u_cla32_and110 >> 0) & 0x01));
h_u_cla32_or53 = or_gate(((h_u_cla32_and108 >> 0) & 0x01), ((h_u_cla32_and111 >> 0) & 0x01));
h_u_cla32_or54 = or_gate(((h_u_cla32_or52 >> 0) & 0x01), ((h_u_cla32_or53 >> 0) & 0x01));
h_u_cla32_or55 = or_gate(((h_u_cla32_pg_logic23_and0 >> 0) & 0x01), ((h_u_cla32_or54 >> 0) & 0x01));
h_u_cla32_pg_logic24_or0 = (pg_logic(((a >> 24) & 0x01), ((b >> 24) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic24_and0 = (pg_logic(((a >> 24) & 0x01), ((b >> 24) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic24_xor0 = (pg_logic(((a >> 24) & 0x01), ((b >> 24) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor24 = xor_gate(((h_u_cla32_pg_logic24_xor0 >> 0) & 0x01), ((h_u_cla32_or55 >> 0) & 0x01));
h_u_cla32_and112 = and_gate(((h_u_cla32_or55 >> 0) & 0x01), ((h_u_cla32_pg_logic24_or0 >> 0) & 0x01));
h_u_cla32_or56 = or_gate(((h_u_cla32_pg_logic24_and0 >> 0) & 0x01), ((h_u_cla32_and112 >> 0) & 0x01));
h_u_cla32_pg_logic25_or0 = (pg_logic(((a >> 25) & 0x01), ((b >> 25) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic25_and0 = (pg_logic(((a >> 25) & 0x01), ((b >> 25) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic25_xor0 = (pg_logic(((a >> 25) & 0x01), ((b >> 25) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor25 = xor_gate(((h_u_cla32_pg_logic25_xor0 >> 0) & 0x01), ((h_u_cla32_or56 >> 0) & 0x01));
h_u_cla32_and113 = and_gate(((h_u_cla32_or55 >> 0) & 0x01), ((h_u_cla32_pg_logic25_or0 >> 0) & 0x01));
h_u_cla32_and114 = and_gate(((h_u_cla32_and113 >> 0) & 0x01), ((h_u_cla32_pg_logic24_or0 >> 0) & 0x01));
h_u_cla32_and115 = and_gate(((h_u_cla32_pg_logic24_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic25_or0 >> 0) & 0x01));
h_u_cla32_or57 = or_gate(((h_u_cla32_and114 >> 0) & 0x01), ((h_u_cla32_and115 >> 0) & 0x01));
h_u_cla32_or58 = or_gate(((h_u_cla32_pg_logic25_and0 >> 0) & 0x01), ((h_u_cla32_or57 >> 0) & 0x01));
h_u_cla32_pg_logic26_or0 = (pg_logic(((a >> 26) & 0x01), ((b >> 26) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic26_and0 = (pg_logic(((a >> 26) & 0x01), ((b >> 26) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic26_xor0 = (pg_logic(((a >> 26) & 0x01), ((b >> 26) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor26 = xor_gate(((h_u_cla32_pg_logic26_xor0 >> 0) & 0x01), ((h_u_cla32_or58 >> 0) & 0x01));
h_u_cla32_and116 = and_gate(((h_u_cla32_or55 >> 0) & 0x01), ((h_u_cla32_pg_logic25_or0 >> 0) & 0x01));
h_u_cla32_and117 = and_gate(((h_u_cla32_pg_logic26_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic24_or0 >> 0) & 0x01));
h_u_cla32_and118 = and_gate(((h_u_cla32_and116 >> 0) & 0x01), ((h_u_cla32_and117 >> 0) & 0x01));
h_u_cla32_and119 = and_gate(((h_u_cla32_pg_logic24_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic26_or0 >> 0) & 0x01));
h_u_cla32_and120 = and_gate(((h_u_cla32_and119 >> 0) & 0x01), ((h_u_cla32_pg_logic25_or0 >> 0) & 0x01));
h_u_cla32_and121 = and_gate(((h_u_cla32_pg_logic25_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic26_or0 >> 0) & 0x01));
h_u_cla32_or59 = or_gate(((h_u_cla32_and118 >> 0) & 0x01), ((h_u_cla32_and120 >> 0) & 0x01));
h_u_cla32_or60 = or_gate(((h_u_cla32_or59 >> 0) & 0x01), ((h_u_cla32_and121 >> 0) & 0x01));
h_u_cla32_or61 = or_gate(((h_u_cla32_pg_logic26_and0 >> 0) & 0x01), ((h_u_cla32_or60 >> 0) & 0x01));
h_u_cla32_pg_logic27_or0 = (pg_logic(((a >> 27) & 0x01), ((b >> 27) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic27_and0 = (pg_logic(((a >> 27) & 0x01), ((b >> 27) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic27_xor0 = (pg_logic(((a >> 27) & 0x01), ((b >> 27) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor27 = xor_gate(((h_u_cla32_pg_logic27_xor0 >> 0) & 0x01), ((h_u_cla32_or61 >> 0) & 0x01));
h_u_cla32_and122 = and_gate(((h_u_cla32_or55 >> 0) & 0x01), ((h_u_cla32_pg_logic26_or0 >> 0) & 0x01));
h_u_cla32_and123 = and_gate(((h_u_cla32_pg_logic27_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic25_or0 >> 0) & 0x01));
h_u_cla32_and124 = and_gate(((h_u_cla32_and122 >> 0) & 0x01), ((h_u_cla32_and123 >> 0) & 0x01));
h_u_cla32_and125 = and_gate(((h_u_cla32_and124 >> 0) & 0x01), ((h_u_cla32_pg_logic24_or0 >> 0) & 0x01));
h_u_cla32_and126 = and_gate(((h_u_cla32_pg_logic24_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic26_or0 >> 0) & 0x01));
h_u_cla32_and127 = and_gate(((h_u_cla32_pg_logic27_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic25_or0 >> 0) & 0x01));
h_u_cla32_and128 = and_gate(((h_u_cla32_and126 >> 0) & 0x01), ((h_u_cla32_and127 >> 0) & 0x01));
h_u_cla32_and129 = and_gate(((h_u_cla32_pg_logic25_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic27_or0 >> 0) & 0x01));
h_u_cla32_and130 = and_gate(((h_u_cla32_and129 >> 0) & 0x01), ((h_u_cla32_pg_logic26_or0 >> 0) & 0x01));
h_u_cla32_and131 = and_gate(((h_u_cla32_pg_logic26_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic27_or0 >> 0) & 0x01));
h_u_cla32_or62 = or_gate(((h_u_cla32_and125 >> 0) & 0x01), ((h_u_cla32_and130 >> 0) & 0x01));
h_u_cla32_or63 = or_gate(((h_u_cla32_and128 >> 0) & 0x01), ((h_u_cla32_and131 >> 0) & 0x01));
h_u_cla32_or64 = or_gate(((h_u_cla32_or62 >> 0) & 0x01), ((h_u_cla32_or63 >> 0) & 0x01));
h_u_cla32_or65 = or_gate(((h_u_cla32_pg_logic27_and0 >> 0) & 0x01), ((h_u_cla32_or64 >> 0) & 0x01));
h_u_cla32_pg_logic28_or0 = (pg_logic(((a >> 28) & 0x01), ((b >> 28) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic28_and0 = (pg_logic(((a >> 28) & 0x01), ((b >> 28) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic28_xor0 = (pg_logic(((a >> 28) & 0x01), ((b >> 28) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor28 = xor_gate(((h_u_cla32_pg_logic28_xor0 >> 0) & 0x01), ((h_u_cla32_or65 >> 0) & 0x01));
h_u_cla32_and132 = and_gate(((h_u_cla32_or65 >> 0) & 0x01), ((h_u_cla32_pg_logic28_or0 >> 0) & 0x01));
h_u_cla32_or66 = or_gate(((h_u_cla32_pg_logic28_and0 >> 0) & 0x01), ((h_u_cla32_and132 >> 0) & 0x01));
h_u_cla32_pg_logic29_or0 = (pg_logic(((a >> 29) & 0x01), ((b >> 29) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic29_and0 = (pg_logic(((a >> 29) & 0x01), ((b >> 29) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic29_xor0 = (pg_logic(((a >> 29) & 0x01), ((b >> 29) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor29 = xor_gate(((h_u_cla32_pg_logic29_xor0 >> 0) & 0x01), ((h_u_cla32_or66 >> 0) & 0x01));
h_u_cla32_and133 = and_gate(((h_u_cla32_or65 >> 0) & 0x01), ((h_u_cla32_pg_logic29_or0 >> 0) & 0x01));
h_u_cla32_and134 = and_gate(((h_u_cla32_and133 >> 0) & 0x01), ((h_u_cla32_pg_logic28_or0 >> 0) & 0x01));
h_u_cla32_and135 = and_gate(((h_u_cla32_pg_logic28_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic29_or0 >> 0) & 0x01));
h_u_cla32_or67 = or_gate(((h_u_cla32_and134 >> 0) & 0x01), ((h_u_cla32_and135 >> 0) & 0x01));
h_u_cla32_or68 = or_gate(((h_u_cla32_pg_logic29_and0 >> 0) & 0x01), ((h_u_cla32_or67 >> 0) & 0x01));
h_u_cla32_pg_logic30_or0 = (pg_logic(((a >> 30) & 0x01), ((b >> 30) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic30_and0 = (pg_logic(((a >> 30) & 0x01), ((b >> 30) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic30_xor0 = (pg_logic(((a >> 30) & 0x01), ((b >> 30) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor30 = xor_gate(((h_u_cla32_pg_logic30_xor0 >> 0) & 0x01), ((h_u_cla32_or68 >> 0) & 0x01));
h_u_cla32_and136 = and_gate(((h_u_cla32_or65 >> 0) & 0x01), ((h_u_cla32_pg_logic29_or0 >> 0) & 0x01));
h_u_cla32_and137 = and_gate(((h_u_cla32_pg_logic30_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic28_or0 >> 0) & 0x01));
h_u_cla32_and138 = and_gate(((h_u_cla32_and136 >> 0) & 0x01), ((h_u_cla32_and137 >> 0) & 0x01));
h_u_cla32_and139 = and_gate(((h_u_cla32_pg_logic28_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic30_or0 >> 0) & 0x01));
h_u_cla32_and140 = and_gate(((h_u_cla32_and139 >> 0) & 0x01), ((h_u_cla32_pg_logic29_or0 >> 0) & 0x01));
h_u_cla32_and141 = and_gate(((h_u_cla32_pg_logic29_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic30_or0 >> 0) & 0x01));
h_u_cla32_or69 = or_gate(((h_u_cla32_and138 >> 0) & 0x01), ((h_u_cla32_and140 >> 0) & 0x01));
h_u_cla32_or70 = or_gate(((h_u_cla32_or69 >> 0) & 0x01), ((h_u_cla32_and141 >> 0) & 0x01));
h_u_cla32_or71 = or_gate(((h_u_cla32_pg_logic30_and0 >> 0) & 0x01), ((h_u_cla32_or70 >> 0) & 0x01));
h_u_cla32_pg_logic31_or0 = (pg_logic(((a >> 31) & 0x01), ((b >> 31) & 0x01)) >> 0) & 0x01;
h_u_cla32_pg_logic31_and0 = (pg_logic(((a >> 31) & 0x01), ((b >> 31) & 0x01)) >> 1) & 0x01;
h_u_cla32_pg_logic31_xor0 = (pg_logic(((a >> 31) & 0x01), ((b >> 31) & 0x01)) >> 2) & 0x01;
h_u_cla32_xor31 = xor_gate(((h_u_cla32_pg_logic31_xor0 >> 0) & 0x01), ((h_u_cla32_or71 >> 0) & 0x01));
h_u_cla32_and142 = and_gate(((h_u_cla32_or65 >> 0) & 0x01), ((h_u_cla32_pg_logic30_or0 >> 0) & 0x01));
h_u_cla32_and143 = and_gate(((h_u_cla32_pg_logic31_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic29_or0 >> 0) & 0x01));
h_u_cla32_and144 = and_gate(((h_u_cla32_and142 >> 0) & 0x01), ((h_u_cla32_and143 >> 0) & 0x01));
h_u_cla32_and145 = and_gate(((h_u_cla32_and144 >> 0) & 0x01), ((h_u_cla32_pg_logic28_or0 >> 0) & 0x01));
h_u_cla32_and146 = and_gate(((h_u_cla32_pg_logic28_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic30_or0 >> 0) & 0x01));
h_u_cla32_and147 = and_gate(((h_u_cla32_pg_logic31_or0 >> 0) & 0x01), ((h_u_cla32_pg_logic29_or0 >> 0) & 0x01));
h_u_cla32_and148 = and_gate(((h_u_cla32_and146 >> 0) & 0x01), ((h_u_cla32_and147 >> 0) & 0x01));
h_u_cla32_and149 = and_gate(((h_u_cla32_pg_logic29_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic31_or0 >> 0) & 0x01));
h_u_cla32_and150 = and_gate(((h_u_cla32_and149 >> 0) & 0x01), ((h_u_cla32_pg_logic30_or0 >> 0) & 0x01));
h_u_cla32_and151 = and_gate(((h_u_cla32_pg_logic30_and0 >> 0) & 0x01), ((h_u_cla32_pg_logic31_or0 >> 0) & 0x01));
h_u_cla32_or72 = or_gate(((h_u_cla32_and145 >> 0) & 0x01), ((h_u_cla32_and150 >> 0) & 0x01));
h_u_cla32_or73 = or_gate(((h_u_cla32_and148 >> 0) & 0x01), ((h_u_cla32_and151 >> 0) & 0x01));
h_u_cla32_or74 = or_gate(((h_u_cla32_or72 >> 0) & 0x01), ((h_u_cla32_or73 >> 0) & 0x01));
h_u_cla32_or75 = or_gate(((h_u_cla32_pg_logic31_and0 >> 0) & 0x01), ((h_u_cla32_or74 >> 0) & 0x01));
h_u_cla32_out |= ((h_u_cla32_pg_logic0_xor0 >> 0) & 0x01) << 0;
h_u_cla32_out |= ((h_u_cla32_xor1 >> 0) & 0x01) << 1;
h_u_cla32_out |= ((h_u_cla32_xor2 >> 0) & 0x01) << 2;
h_u_cla32_out |= ((h_u_cla32_xor3 >> 0) & 0x01) << 3;
h_u_cla32_out |= ((h_u_cla32_xor4 >> 0) & 0x01) << 4;
h_u_cla32_out |= ((h_u_cla32_xor5 >> 0) & 0x01) << 5;
h_u_cla32_out |= ((h_u_cla32_xor6 >> 0) & 0x01) << 6;
h_u_cla32_out |= ((h_u_cla32_xor7 >> 0) & 0x01) << 7;
h_u_cla32_out |= ((h_u_cla32_xor8 >> 0) & 0x01) << 8;
h_u_cla32_out |= ((h_u_cla32_xor9 >> 0) & 0x01) << 9;
h_u_cla32_out |= ((h_u_cla32_xor10 >> 0) & 0x01) << 10;
h_u_cla32_out |= ((h_u_cla32_xor11 >> 0) & 0x01) << 11;
h_u_cla32_out |= ((h_u_cla32_xor12 >> 0) & 0x01) << 12;
h_u_cla32_out |= ((h_u_cla32_xor13 >> 0) & 0x01) << 13;
h_u_cla32_out |= ((h_u_cla32_xor14 >> 0) & 0x01) << 14;
h_u_cla32_out |= ((h_u_cla32_xor15 >> 0) & 0x01) << 15;
h_u_cla32_out |= ((h_u_cla32_xor16 >> 0) & 0x01) << 16;
h_u_cla32_out |= ((h_u_cla32_xor17 >> 0) & 0x01) << 17;
h_u_cla32_out |= ((h_u_cla32_xor18 >> 0) & 0x01) << 18;
h_u_cla32_out |= ((h_u_cla32_xor19 >> 0) & 0x01) << 19;
h_u_cla32_out |= ((h_u_cla32_xor20 >> 0) & 0x01) << 20;
h_u_cla32_out |= ((h_u_cla32_xor21 >> 0) & 0x01) << 21;
h_u_cla32_out |= ((h_u_cla32_xor22 >> 0) & 0x01) << 22;
h_u_cla32_out |= ((h_u_cla32_xor23 >> 0) & 0x01) << 23;
h_u_cla32_out |= ((h_u_cla32_xor24 >> 0) & 0x01) << 24;
h_u_cla32_out |= ((h_u_cla32_xor25 >> 0) & 0x01) << 25;
h_u_cla32_out |= ((h_u_cla32_xor26 >> 0) & 0x01) << 26;
h_u_cla32_out |= ((h_u_cla32_xor27 >> 0) & 0x01) << 27;
h_u_cla32_out |= ((h_u_cla32_xor28 >> 0) & 0x01) << 28;
h_u_cla32_out |= ((h_u_cla32_xor29 >> 0) & 0x01) << 29;
h_u_cla32_out |= ((h_u_cla32_xor30 >> 0) & 0x01) << 30;
h_u_cla32_out |= ((h_u_cla32_xor31 >> 0) & 0x01) << 31;
h_u_cla32_out |= ((h_u_cla32_or75 >> 0) & 0x01) << 32;
return h_u_cla32_out;
}