mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-19 13:30:56 +01:00

* #10 CGP Circuits as inputs (#11) * CGP Circuits as inputs * #10 support of signed output in general circuit * input as output works * output connected to input (c) * automated verilog testing * output rename * Implemented CSA and Wallace tree multiplier composing of CSAs. Also did some code cleanup. * Typos fix and code cleanup. * Added new (approximate) multiplier architectures and did some minor changes regarding sign extension for c output formats. * Updated automated testing scripts. * Small bugfix in python code generation (I initially thought this line is useless). * Updated generated circuits folder. Co-authored-by: Vojta Mrazek <mrazek@fit.vutbr.cz>
1753 lines
178 KiB
C
1753 lines
178 KiB
C
#include <stdio.h>
|
|
#include <stdint.h>
|
|
|
|
int64_t s_CSAwallace_rca12(int64_t a, int64_t b){
|
|
int64_t s_CSAwallace_rca12_out = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_0 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_1 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_2 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_3 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_4 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_5 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_6 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_7 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_8 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_9 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_0_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_1_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_2_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_3_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_4_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_5_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_6_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_7_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_8_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_9_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_10_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_11_10 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_0_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_1_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_2_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_3_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_4_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_5_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_6_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_7_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_8_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_9_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_nand_10_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_and_11_11 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa1_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa1_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa2_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa2_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa2_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa2_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa2_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa3_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa3_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa3_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa3_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa3_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa4_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa4_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa4_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa4_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa4_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa5_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa5_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa5_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa5_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa5_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa6_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa6_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa6_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa7_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa7_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa7_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa0_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa4_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa4_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa5_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa5_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa5_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa5_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa5_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa6_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa6_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa6_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa7_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa7_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa7_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa1_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa15_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa16_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa17_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa17_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa17_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa17_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa17_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa18_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa18_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa18_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa2_csa_component_fa18_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa15_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa16_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa17_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa17_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa17_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa17_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa17_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa18_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa18_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa18_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa18_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa18_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa19_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa19_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa19_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa19_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa19_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa20_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa20_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa20_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa20_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa20_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa21_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa21_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa21_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa3_csa_component_fa21_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa2_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa2_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa3_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa3_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa3_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa3_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa3_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa4_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa4_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa4_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa4_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa4_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa5_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa5_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa5_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa5_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa5_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa6_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa6_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa6_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa7_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa7_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa7_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa4_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa15_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa16_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa17_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa17_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa17_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa17_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa18_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa18_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa18_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa18_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa19_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa19_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa19_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa5_csa_component_fa19_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa3_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa3_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa4_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa4_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa5_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa5_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa5_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa5_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa5_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa6_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa6_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa6_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa7_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa7_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa7_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa6_csa_component_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa15_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa16_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa17_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa17_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa17_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa17_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa17_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa18_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa18_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa18_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa18_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa18_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa19_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa19_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa19_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa19_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa19_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa20_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa20_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa20_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa20_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa20_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa21_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa21_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa21_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa21_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa22_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa22_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa22_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa7_csa_component_fa22_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa4_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa4_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa5_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa5_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa7_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa7_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa7_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa15_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa16_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa17_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa17_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa17_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa17_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa17_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa18_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa18_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa18_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa18_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa19_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa19_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa19_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa8_csa_component_fa19_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa5_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa5_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa15_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa16_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa17_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa17_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa17_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa17_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa17_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa18_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa18_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa18_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa18_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa18_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa19_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa19_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa19_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa19_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa19_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa20_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa20_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa20_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa20_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa20_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa21_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa21_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa21_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa21_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa22_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa22_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa22_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_csa9_csa_component_fa22_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa6_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa6_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa7_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa7_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa7_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa7_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa7_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa8_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa8_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa8_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa8_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa8_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa9_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa9_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa9_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa9_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa9_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa10_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa10_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa10_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa10_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa10_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa11_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa11_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa11_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa11_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa11_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa12_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa12_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa12_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa12_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa12_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa13_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa13_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa13_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa13_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa13_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa14_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa14_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa14_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa14_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa14_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa15_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa15_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa15_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa15_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa15_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa16_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa16_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa16_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa16_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa16_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa17_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa17_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa17_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa17_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa17_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa18_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa18_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa18_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa18_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa18_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa19_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa19_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa19_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa19_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa19_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa20_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa20_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa20_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa20_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa20_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa21_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa21_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa21_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa21_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa21_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa22_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa22_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa22_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa22_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa22_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa23_xor0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa23_and0 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa23_xor1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa23_and1 = 0;
|
|
uint8_t s_CSAwallace_rca12_u_rca24_fa23_or0 = 0;
|
|
uint8_t s_CSAwallace_rca12_xor0 = 0;
|
|
|
|
s_CSAwallace_rca12_and_0_0 = ((a >> 0) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_1_0 = ((a >> 1) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_2_0 = ((a >> 2) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_3_0 = ((a >> 3) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_4_0 = ((a >> 4) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_5_0 = ((a >> 5) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_6_0 = ((a >> 6) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_7_0 = ((a >> 7) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_8_0 = ((a >> 8) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_9_0 = ((a >> 9) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_and_10_0 = ((a >> 10) & 0x01) & ((b >> 0) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_0 = ~(((a >> 11) & 0x01) & ((b >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_1 = ((a >> 0) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_1_1 = ((a >> 1) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_2_1 = ((a >> 2) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_3_1 = ((a >> 3) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_4_1 = ((a >> 4) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_5_1 = ((a >> 5) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_6_1 = ((a >> 6) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_7_1 = ((a >> 7) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_8_1 = ((a >> 8) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_9_1 = ((a >> 9) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_and_10_1 = ((a >> 10) & 0x01) & ((b >> 1) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_1 = ~(((a >> 11) & 0x01) & ((b >> 1) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_2 = ((a >> 0) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_1_2 = ((a >> 1) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_2_2 = ((a >> 2) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_3_2 = ((a >> 3) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_4_2 = ((a >> 4) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_5_2 = ((a >> 5) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_6_2 = ((a >> 6) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_7_2 = ((a >> 7) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_8_2 = ((a >> 8) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_9_2 = ((a >> 9) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_and_10_2 = ((a >> 10) & 0x01) & ((b >> 2) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_2 = ~(((a >> 11) & 0x01) & ((b >> 2) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_3 = ((a >> 0) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_1_3 = ((a >> 1) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_2_3 = ((a >> 2) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_3_3 = ((a >> 3) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_4_3 = ((a >> 4) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_5_3 = ((a >> 5) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_6_3 = ((a >> 6) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_7_3 = ((a >> 7) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_8_3 = ((a >> 8) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_9_3 = ((a >> 9) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_and_10_3 = ((a >> 10) & 0x01) & ((b >> 3) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_3 = ~(((a >> 11) & 0x01) & ((b >> 3) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_4 = ((a >> 0) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_1_4 = ((a >> 1) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_2_4 = ((a >> 2) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_3_4 = ((a >> 3) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_4_4 = ((a >> 4) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_5_4 = ((a >> 5) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_6_4 = ((a >> 6) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_7_4 = ((a >> 7) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_8_4 = ((a >> 8) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_9_4 = ((a >> 9) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_and_10_4 = ((a >> 10) & 0x01) & ((b >> 4) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_4 = ~(((a >> 11) & 0x01) & ((b >> 4) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_5 = ((a >> 0) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_1_5 = ((a >> 1) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_2_5 = ((a >> 2) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_3_5 = ((a >> 3) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_4_5 = ((a >> 4) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_5_5 = ((a >> 5) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_6_5 = ((a >> 6) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_7_5 = ((a >> 7) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_8_5 = ((a >> 8) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_9_5 = ((a >> 9) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_and_10_5 = ((a >> 10) & 0x01) & ((b >> 5) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_5 = ~(((a >> 11) & 0x01) & ((b >> 5) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_6 = ((a >> 0) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_1_6 = ((a >> 1) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_2_6 = ((a >> 2) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_3_6 = ((a >> 3) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_4_6 = ((a >> 4) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_5_6 = ((a >> 5) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_6_6 = ((a >> 6) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_7_6 = ((a >> 7) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_8_6 = ((a >> 8) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_9_6 = ((a >> 9) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_and_10_6 = ((a >> 10) & 0x01) & ((b >> 6) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_6 = ~(((a >> 11) & 0x01) & ((b >> 6) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_7 = ((a >> 0) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_1_7 = ((a >> 1) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_2_7 = ((a >> 2) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_3_7 = ((a >> 3) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_4_7 = ((a >> 4) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_5_7 = ((a >> 5) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_6_7 = ((a >> 6) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_7_7 = ((a >> 7) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_8_7 = ((a >> 8) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_9_7 = ((a >> 9) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_and_10_7 = ((a >> 10) & 0x01) & ((b >> 7) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_7 = ~(((a >> 11) & 0x01) & ((b >> 7) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_8 = ((a >> 0) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_1_8 = ((a >> 1) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_2_8 = ((a >> 2) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_3_8 = ((a >> 3) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_4_8 = ((a >> 4) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_5_8 = ((a >> 5) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_6_8 = ((a >> 6) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_7_8 = ((a >> 7) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_8_8 = ((a >> 8) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_9_8 = ((a >> 9) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_and_10_8 = ((a >> 10) & 0x01) & ((b >> 8) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_8 = ~(((a >> 11) & 0x01) & ((b >> 8) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_9 = ((a >> 0) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_1_9 = ((a >> 1) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_2_9 = ((a >> 2) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_3_9 = ((a >> 3) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_4_9 = ((a >> 4) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_5_9 = ((a >> 5) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_6_9 = ((a >> 6) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_7_9 = ((a >> 7) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_8_9 = ((a >> 8) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_9_9 = ((a >> 9) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_and_10_9 = ((a >> 10) & 0x01) & ((b >> 9) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_9 = ~(((a >> 11) & 0x01) & ((b >> 9) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_0_10 = ((a >> 0) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_1_10 = ((a >> 1) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_2_10 = ((a >> 2) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_3_10 = ((a >> 3) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_4_10 = ((a >> 4) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_5_10 = ((a >> 5) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_6_10 = ((a >> 6) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_7_10 = ((a >> 7) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_8_10 = ((a >> 8) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_9_10 = ((a >> 9) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_and_10_10 = ((a >> 10) & 0x01) & ((b >> 10) & 0x01);
|
|
s_CSAwallace_rca12_nand_11_10 = ~(((a >> 11) & 0x01) & ((b >> 10) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_0_11 = ~(((a >> 0) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_1_11 = ~(((a >> 1) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_2_11 = ~(((a >> 2) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_3_11 = ~(((a >> 3) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_4_11 = ~(((a >> 4) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_5_11 = ~(((a >> 5) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_6_11 = ~(((a >> 6) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_7_11 = ~(((a >> 7) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_8_11 = ~(((a >> 8) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_9_11 = ~(((a >> 9) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_nand_10_11 = ~(((a >> 10) & 0x01) & ((b >> 11) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_and_11_11 = ((a >> 11) & 0x01) & ((b >> 11) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa1_xor0 = ((s_CSAwallace_rca12_and_1_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa1_and0 = ((s_CSAwallace_rca12_and_1_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa2_xor0 = ((s_CSAwallace_rca12_and_2_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_1_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa2_and0 = ((s_CSAwallace_rca12_and_2_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_1_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa2_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa2_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa2_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa2_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa2_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa2_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa2_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa3_xor0 = ((s_CSAwallace_rca12_and_3_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_2_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa3_and0 = ((s_CSAwallace_rca12_and_3_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_2_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa3_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa3_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_1_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa3_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa3_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_1_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa3_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa3_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa3_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa4_xor0 = ((s_CSAwallace_rca12_and_4_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_3_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa4_and0 = ((s_CSAwallace_rca12_and_4_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_3_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa4_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa4_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_2_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa4_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa4_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_2_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa4_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa4_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa4_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa5_xor0 = ((s_CSAwallace_rca12_and_5_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_4_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa5_and0 = ((s_CSAwallace_rca12_and_5_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_4_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa5_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa5_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_3_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa5_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa5_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_3_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa5_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa5_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa5_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa6_xor0 = ((s_CSAwallace_rca12_and_6_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_5_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa6_and0 = ((s_CSAwallace_rca12_and_6_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_5_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa6_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa6_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_4_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa6_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa6_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_4_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa6_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa6_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa6_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_and_7_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_6_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa7_and0 = ((s_CSAwallace_rca12_and_7_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_6_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa7_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa7_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_5_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa7_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa7_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_5_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa7_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa7_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa7_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_and_8_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_7_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa8_and0 = ((s_CSAwallace_rca12_and_8_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_7_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa8_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_6_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa8_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_6_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa8_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_and_9_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_8_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa9_and0 = ((s_CSAwallace_rca12_and_9_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_8_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa9_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_7_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa9_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_7_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa9_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_and_10_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_9_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa10_and0 = ((s_CSAwallace_rca12_and_10_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_9_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_8_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_8_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_nand_11_0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_10_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa11_and0 = ((s_CSAwallace_rca12_nand_11_0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_10_1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_9_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_9_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa0_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa12_xor0 = ~(((s_CSAwallace_rca12_nand_11_1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa0_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa0_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_10_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa0_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_10_2 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa0_csa_component_fa12_or0 = ((s_CSAwallace_rca12_nand_11_1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa0_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa4_xor0 = ((s_CSAwallace_rca12_and_1_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa4_and0 = ((s_CSAwallace_rca12_and_1_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa5_xor0 = ((s_CSAwallace_rca12_and_2_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_1_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa5_and0 = ((s_CSAwallace_rca12_and_2_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_1_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa5_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa5_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa5_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa5_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa5_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa5_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa5_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa6_xor0 = ((s_CSAwallace_rca12_and_3_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_2_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa6_and0 = ((s_CSAwallace_rca12_and_3_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_2_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa6_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa6_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_1_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa6_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa6_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_1_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa6_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa6_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa6_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_and_4_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_3_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa7_and0 = ((s_CSAwallace_rca12_and_4_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_3_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa7_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa7_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_2_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa7_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa7_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_2_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa7_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa7_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa7_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_and_5_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_4_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa8_and0 = ((s_CSAwallace_rca12_and_5_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_4_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa8_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_3_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa8_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_3_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa8_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_and_6_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_5_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa9_and0 = ((s_CSAwallace_rca12_and_6_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_5_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa9_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_4_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa9_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_4_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa9_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_and_7_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_6_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa10_and0 = ((s_CSAwallace_rca12_and_7_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_6_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_5_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_5_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_and_8_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_7_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa11_and0 = ((s_CSAwallace_rca12_and_8_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_7_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_6_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_6_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_and_9_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_8_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa12_and0 = ((s_CSAwallace_rca12_and_9_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_8_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_7_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_7_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_and_10_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_9_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa13_and0 = ((s_CSAwallace_rca12_and_10_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_9_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_8_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_8_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_nand_11_3 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_10_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa14_and0 = ((s_CSAwallace_rca12_nand_11_3 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_10_4 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_9_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_9_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa15_xor0 = ~(((s_CSAwallace_rca12_nand_11_4 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa1_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa1_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_10_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa1_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_10_5 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa1_csa_component_fa15_or0 = ((s_CSAwallace_rca12_nand_11_4 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa1_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_and_1_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa7_and0 = ((s_CSAwallace_rca12_and_1_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_and_2_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_1_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa8_and0 = ((s_CSAwallace_rca12_and_2_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_1_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa8_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa8_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa8_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_and_3_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_2_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa9_and0 = ((s_CSAwallace_rca12_and_3_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_2_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa9_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_1_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa9_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_1_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa9_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_and_4_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_3_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa10_and0 = ((s_CSAwallace_rca12_and_4_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_3_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_2_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_2_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_and_5_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_4_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa11_and0 = ((s_CSAwallace_rca12_and_5_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_4_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_3_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_3_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_and_6_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_5_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa12_and0 = ((s_CSAwallace_rca12_and_6_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_5_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_4_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_4_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_and_7_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_6_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa13_and0 = ((s_CSAwallace_rca12_and_7_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_6_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_5_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_5_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_and_8_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_7_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa14_and0 = ((s_CSAwallace_rca12_and_8_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_7_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_6_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_6_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa15_xor0 = ((s_CSAwallace_rca12_and_9_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_8_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa15_and0 = ((s_CSAwallace_rca12_and_9_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_8_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_7_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_7_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa15_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa15_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa16_xor0 = ((s_CSAwallace_rca12_and_10_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_9_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa16_and0 = ((s_CSAwallace_rca12_and_10_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_9_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa16_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_8_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa16_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_8_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa16_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa16_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa17_xor0 = ((s_CSAwallace_rca12_nand_11_6 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_10_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa17_and0 = ((s_CSAwallace_rca12_nand_11_6 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_10_7 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa17_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa17_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_9_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa17_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa17_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_9_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa17_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa17_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa17_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa18_xor0 = ~(((s_CSAwallace_rca12_nand_11_7 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa2_csa_component_fa18_xor1 = ((s_CSAwallace_rca12_csa2_csa_component_fa18_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_10_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa18_and1 = ((s_CSAwallace_rca12_csa2_csa_component_fa18_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_10_8 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa2_csa_component_fa18_or0 = ((s_CSAwallace_rca12_nand_11_7 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa2_csa_component_fa18_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_and_1_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa10_and0 = ((s_CSAwallace_rca12_and_1_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_and_2_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_1_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa11_and0 = ((s_CSAwallace_rca12_and_2_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_1_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_0_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_0_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_and_3_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_2_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa12_and0 = ((s_CSAwallace_rca12_and_3_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_2_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_1_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_1_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_and_4_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_3_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa13_and0 = ((s_CSAwallace_rca12_and_4_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_3_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_2_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_2_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_and_5_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_4_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa14_and0 = ((s_CSAwallace_rca12_and_5_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_4_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_3_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_3_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa15_xor0 = ((s_CSAwallace_rca12_and_6_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_5_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa15_and0 = ((s_CSAwallace_rca12_and_6_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_5_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_4_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_4_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa15_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa15_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa16_xor0 = ((s_CSAwallace_rca12_and_7_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_6_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa16_and0 = ((s_CSAwallace_rca12_and_7_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_6_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa16_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_5_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa16_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_5_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa16_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa16_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa17_xor0 = ((s_CSAwallace_rca12_and_8_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_7_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa17_and0 = ((s_CSAwallace_rca12_and_8_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_7_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa17_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa17_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_6_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa17_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa17_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_6_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa17_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa17_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa17_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa18_xor0 = ((s_CSAwallace_rca12_and_9_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_8_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa18_and0 = ((s_CSAwallace_rca12_and_9_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_8_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa18_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa18_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_7_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa18_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa18_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_7_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa18_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa18_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa18_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa19_xor0 = ((s_CSAwallace_rca12_and_10_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_9_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa19_and0 = ((s_CSAwallace_rca12_and_10_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_9_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa19_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa19_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_8_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa19_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa19_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_8_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa19_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa19_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa19_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa20_xor0 = ((s_CSAwallace_rca12_nand_11_9 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_10_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa20_and0 = ((s_CSAwallace_rca12_nand_11_9 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_10_10 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa20_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa20_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_9_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa20_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa20_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_9_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa20_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa20_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa20_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa21_xor0 = ~(((s_CSAwallace_rca12_nand_11_10 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa3_csa_component_fa21_xor1 = ((s_CSAwallace_rca12_csa3_csa_component_fa21_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_nand_10_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa21_and1 = ((s_CSAwallace_rca12_csa3_csa_component_fa21_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_nand_10_11 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa3_csa_component_fa21_or0 = ((s_CSAwallace_rca12_nand_11_10 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa3_csa_component_fa21_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa2_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa2_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa1_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa2_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa2_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa1_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa3_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa3_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa2_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa3_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa3_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa2_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa3_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa3_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_3 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa3_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa3_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_3 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa3_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa3_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa3_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa4_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa4_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa3_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa4_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa4_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa3_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa4_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa4_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa4_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa4_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa4_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa4_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa4_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa4_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa4_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa5_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa5_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa4_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa5_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa5_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa4_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa5_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa5_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa5_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa5_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa5_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa5_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa5_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa5_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa5_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa6_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa6_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa5_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa6_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa6_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa5_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa6_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa6_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa6_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa6_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa6_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa6_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa6_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa6_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa6_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa7_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa6_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa7_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa7_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa6_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa7_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa7_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa7_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa7_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa7_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa7_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa7_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa7_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa7_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa8_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa8_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa8_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa8_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa8_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa8_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa8_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa8_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa9_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa9_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa9_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa9_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa9_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa9_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa9_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa9_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa10_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa10_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa10_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa10_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa10_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa11_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa11_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa11_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_csa0_csa_component_fa12_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa12_and0 = ((s_CSAwallace_rca12_csa0_csa_component_fa12_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_nand_11_2 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa0_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa13_and0 = ((s_CSAwallace_rca12_nand_11_2 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa0_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa4_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa4_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa4_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa4_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa4_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa6_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa5_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_6 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa6_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa5_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_6 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa6_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa7_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa7_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa6_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa7_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa7_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa8_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa8_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa7_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa8_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa8_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa7_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa8_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa7_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa8_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa8_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa9_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa9_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa8_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa9_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa9_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa9_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa9_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa9_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa10_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa10_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa9_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa10_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa10_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa11_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa10_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa11_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa12_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa11_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa12_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa13_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa12_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa13_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa14_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa13_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa15_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa14_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa15_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa14_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa15_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa15_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa16_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa15_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa16_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa15_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa16_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa16_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa16_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa16_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa17_xor0 = ~(((s_CSAwallace_rca12_csa2_csa_component_fa17_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa5_csa_component_fa17_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa17_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa17_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa17_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa17_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa17_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa17_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa18_xor0 = ~(((s_CSAwallace_rca12_csa2_csa_component_fa18_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa5_csa_component_fa18_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa18_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa18_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa18_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa18_or0 = ((s_CSAwallace_rca12_csa2_csa_component_fa18_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa18_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa19_xor0 = ~(((s_CSAwallace_rca12_nand_11_8 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa5_csa_component_fa19_xor1 = ((s_CSAwallace_rca12_csa5_csa_component_fa19_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa2_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa19_and1 = ((s_CSAwallace_rca12_csa5_csa_component_fa19_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa2_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa5_csa_component_fa19_or0 = ((s_CSAwallace_rca12_nand_11_8 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa5_csa_component_fa19_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa3_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa3_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa2_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa3_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa3_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa2_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa4_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa4_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa3_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa4_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa4_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa3_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa5_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa5_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa4_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa5_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa5_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa4_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa5_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa5_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa1_csa_component_fa4_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa5_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa5_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa1_csa_component_fa4_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa5_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa5_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa5_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa6_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa6_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa5_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa6_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa6_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa5_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa6_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa6_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa6_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa6_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa6_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa6_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa6_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa6_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa6_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa7_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa6_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa7_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa7_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa6_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa7_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa7_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa7_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa7_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa7_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa7_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa7_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa7_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa7_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa8_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa8_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa8_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa8_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa8_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa8_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa8_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa8_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa9_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa9_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa9_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa9_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa9_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa9_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa9_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa9_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa10_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa10_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa10_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa10_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa10_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa11_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa11_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa11_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa12_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa12_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa12_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_csa4_csa_component_fa13_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa13_and0 = ((s_CSAwallace_rca12_csa4_csa_component_fa13_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_csa1_csa_component_fa14_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa4_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa14_and0 = ((s_CSAwallace_rca12_csa1_csa_component_fa14_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa4_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa6_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa15_xor0 = ~(((s_CSAwallace_rca12_csa1_csa_component_fa15_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa6_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa15_or0 = ((s_CSAwallace_rca12_csa1_csa_component_fa15_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa16_xor0 = ~(((s_CSAwallace_rca12_nand_11_5 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa6_csa_component_fa16_xor1 = ((s_CSAwallace_rca12_csa6_csa_component_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa16_and1 = ((s_CSAwallace_rca12_csa6_csa_component_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa6_csa_component_fa16_or0 = ((s_CSAwallace_rca12_nand_11_5 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa6_csa_component_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa8_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_and_0_9 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa9_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa8_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_and_0_9 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa9_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa10_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa10_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa9_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa10_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa10_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa11_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa10_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa10_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa10_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa11_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa12_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa11_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa12_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa13_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa12_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa13_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa14_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa13_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa15_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa14_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa15_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa14_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa15_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa15_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa16_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa15_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa16_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa15_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa16_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa16_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa16_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa16_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa17_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa16_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa17_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa17_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa16_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa17_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa17_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa17_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa17_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa17_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa17_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa17_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa17_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa18_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa17_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa18_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa18_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa17_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa18_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa18_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa18_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa18_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa18_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa18_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa18_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa18_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa19_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa18_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa19_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa19_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa18_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa19_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa19_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa19_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa19_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa19_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa19_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa19_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa19_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa20_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa19_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa20_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa20_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa19_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa20_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa20_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa20_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa20_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa20_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa20_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa20_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa20_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa21_xor0 = ~(((s_CSAwallace_rca12_csa3_csa_component_fa21_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa7_csa_component_fa21_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa21_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa21_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa21_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa21_or0 = ((s_CSAwallace_rca12_csa3_csa_component_fa21_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa21_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa22_xor0 = ~(((s_CSAwallace_rca12_and_11_11 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa7_csa_component_fa22_xor1 = ((s_CSAwallace_rca12_csa7_csa_component_fa22_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa3_csa_component_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa22_and1 = ((s_CSAwallace_rca12_csa7_csa_component_fa22_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa3_csa_component_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa7_csa_component_fa22_or0 = ((s_CSAwallace_rca12_and_11_11 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa7_csa_component_fa22_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa4_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa4_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa3_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa4_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa4_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa3_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa5_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa5_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa4_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa5_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa5_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa4_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa6_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa6_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa5_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa6_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa6_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa5_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa7_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa6_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa7_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa7_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa6_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa7_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa7_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa7_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa7_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa7_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa7_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa7_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa8_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa8_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa8_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa8_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa5_csa_component_fa7_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa8_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa5_csa_component_fa7_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa8_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa9_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa9_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa9_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa9_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa9_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa9_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa9_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa9_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa10_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa10_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa10_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa10_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa10_xor0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa11_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa11_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa11_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa11_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa12_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa12_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa12_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa12_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa13_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa13_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa13_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa13_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa14_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa14_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa14_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa14_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa15_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa15_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa15_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa15_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa15_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa15_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa15_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa16_xor0 = ((s_CSAwallace_rca12_csa6_csa_component_fa16_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa16_and0 = ((s_CSAwallace_rca12_csa6_csa_component_fa16_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa16_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa16_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa16_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa16_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa16_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa17_xor0 = ((s_CSAwallace_rca12_csa5_csa_component_fa17_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa6_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa17_and0 = ((s_CSAwallace_rca12_csa5_csa_component_fa17_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa6_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa17_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa17_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa17_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa17_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa17_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa17_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa17_or0 = ((s_CSAwallace_rca12_csa8_csa_component_fa17_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa17_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa18_xor0 = ~(((s_CSAwallace_rca12_csa5_csa_component_fa18_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa8_csa_component_fa18_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa18_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa18_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa18_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa18_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa18_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa18_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa18_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa18_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa19_xor0 = ~(((s_CSAwallace_rca12_csa5_csa_component_fa19_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa8_csa_component_fa19_xor1 = ((s_CSAwallace_rca12_csa8_csa_component_fa19_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa19_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa19_and1 = ((s_CSAwallace_rca12_csa8_csa_component_fa19_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa19_xor1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa8_csa_component_fa19_or0 = ((s_CSAwallace_rca12_csa5_csa_component_fa19_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa8_csa_component_fa19_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa5_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa5_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa4_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa5_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa5_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa4_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa6_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa6_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa5_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa6_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa6_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa5_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa7_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa7_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa7_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa7_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa8_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa8_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa8_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa8_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa9_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa9_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa9_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa9_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa10_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa10_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa10_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa10_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa10_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa9_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa10_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa9_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa10_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa11_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa11_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa11_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa11_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa11_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa10_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa11_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa10_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa11_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa12_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa12_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa12_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa12_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa12_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa12_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa12_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa13_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa13_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa13_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa13_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa13_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa13_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa13_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa14_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa14_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa14_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa14_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa14_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa14_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa14_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa15_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa15_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa15_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa15_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa15_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa15_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa15_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa15_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa16_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa16_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa16_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa16_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa16_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa16_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa16_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa16_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa17_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa17_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa17_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa17_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa17_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa17_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa17_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa17_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa17_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa17_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa17_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa18_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa18_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa18_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa18_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa18_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa18_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa18_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa18_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa18_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa18_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa18_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa19_xor0 = ((s_CSAwallace_rca12_csa8_csa_component_fa19_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa19_and0 = ((s_CSAwallace_rca12_csa8_csa_component_fa19_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa19_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa19_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa19_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa19_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa19_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa19_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa19_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa20_xor0 = ((s_CSAwallace_rca12_csa7_csa_component_fa20_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa8_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa20_and0 = ((s_CSAwallace_rca12_csa7_csa_component_fa20_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa8_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa20_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa20_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa20_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa20_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa20_or0 = ((s_CSAwallace_rca12_csa9_csa_component_fa20_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa20_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa21_xor0 = ~(((s_CSAwallace_rca12_csa7_csa_component_fa21_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa9_csa_component_fa21_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa21_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa21_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa21_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa21_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa21_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa21_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa22_xor0 = ~(((s_CSAwallace_rca12_csa7_csa_component_fa22_xor1 >> 0) & 0x01)) & 0x01;
|
|
s_CSAwallace_rca12_csa9_csa_component_fa22_xor1 = ((s_CSAwallace_rca12_csa9_csa_component_fa22_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa7_csa_component_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa22_and1 = ((s_CSAwallace_rca12_csa9_csa_component_fa22_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa7_csa_component_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_csa9_csa_component_fa22_or0 = ((s_CSAwallace_rca12_csa7_csa_component_fa22_xor1 >> 0) & 0x01) | ((s_CSAwallace_rca12_csa9_csa_component_fa22_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa6_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa6_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa5_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa6_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa6_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa5_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa7_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa7_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa7_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa7_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa7_xor1 = ((s_CSAwallace_rca12_u_rca24_fa7_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa7_and1 = ((s_CSAwallace_rca12_u_rca24_fa7_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa6_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa7_or0 = ((s_CSAwallace_rca12_u_rca24_fa7_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa7_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa8_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa7_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa8_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa7_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa8_xor1 = ((s_CSAwallace_rca12_u_rca24_fa8_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa8_and1 = ((s_CSAwallace_rca12_u_rca24_fa8_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa7_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa8_or0 = ((s_CSAwallace_rca12_u_rca24_fa8_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa8_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa9_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa8_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa9_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa8_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa9_xor1 = ((s_CSAwallace_rca12_u_rca24_fa9_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa9_and1 = ((s_CSAwallace_rca12_u_rca24_fa9_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa8_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa9_or0 = ((s_CSAwallace_rca12_u_rca24_fa9_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa9_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa10_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa10_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa9_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa10_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa10_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa9_and0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa10_xor1 = ((s_CSAwallace_rca12_u_rca24_fa10_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa10_and1 = ((s_CSAwallace_rca12_u_rca24_fa10_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa9_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa10_or0 = ((s_CSAwallace_rca12_u_rca24_fa10_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa10_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa11_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa11_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa11_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa11_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa11_xor1 = ((s_CSAwallace_rca12_u_rca24_fa11_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa11_and1 = ((s_CSAwallace_rca12_u_rca24_fa11_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa10_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa11_or0 = ((s_CSAwallace_rca12_u_rca24_fa11_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa11_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa12_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa12_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa12_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa12_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa12_xor1 = ((s_CSAwallace_rca12_u_rca24_fa12_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa12_and1 = ((s_CSAwallace_rca12_u_rca24_fa12_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa11_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa12_or0 = ((s_CSAwallace_rca12_u_rca24_fa12_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa12_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa13_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa13_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa13_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa13_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa13_xor1 = ((s_CSAwallace_rca12_u_rca24_fa13_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa13_and1 = ((s_CSAwallace_rca12_u_rca24_fa13_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa12_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa13_or0 = ((s_CSAwallace_rca12_u_rca24_fa13_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa13_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa14_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa14_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa14_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa14_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa14_xor1 = ((s_CSAwallace_rca12_u_rca24_fa14_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa14_and1 = ((s_CSAwallace_rca12_u_rca24_fa14_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa13_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa14_or0 = ((s_CSAwallace_rca12_u_rca24_fa14_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa14_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa15_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa15_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa15_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa15_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa15_xor1 = ((s_CSAwallace_rca12_u_rca24_fa15_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa15_and1 = ((s_CSAwallace_rca12_u_rca24_fa15_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa14_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa15_or0 = ((s_CSAwallace_rca12_u_rca24_fa15_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa15_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa16_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa16_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa16_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa16_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa16_xor1 = ((s_CSAwallace_rca12_u_rca24_fa16_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa16_and1 = ((s_CSAwallace_rca12_u_rca24_fa16_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa15_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa16_or0 = ((s_CSAwallace_rca12_u_rca24_fa16_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa16_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa17_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa17_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa17_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa17_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa17_xor1 = ((s_CSAwallace_rca12_u_rca24_fa17_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa17_and1 = ((s_CSAwallace_rca12_u_rca24_fa17_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa16_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa17_or0 = ((s_CSAwallace_rca12_u_rca24_fa17_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa17_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa18_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa18_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa18_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa18_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa18_xor1 = ((s_CSAwallace_rca12_u_rca24_fa18_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa18_and1 = ((s_CSAwallace_rca12_u_rca24_fa18_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa17_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa18_or0 = ((s_CSAwallace_rca12_u_rca24_fa18_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa18_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa19_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa19_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa19_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa19_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa19_xor1 = ((s_CSAwallace_rca12_u_rca24_fa19_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa19_and1 = ((s_CSAwallace_rca12_u_rca24_fa19_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa18_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa19_or0 = ((s_CSAwallace_rca12_u_rca24_fa19_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa19_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa20_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa20_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa20_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa20_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa20_xor1 = ((s_CSAwallace_rca12_u_rca24_fa20_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa20_and1 = ((s_CSAwallace_rca12_u_rca24_fa20_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa19_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa20_or0 = ((s_CSAwallace_rca12_u_rca24_fa20_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa20_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa21_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa21_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa21_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa21_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa21_xor1 = ((s_CSAwallace_rca12_u_rca24_fa21_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa21_and1 = ((s_CSAwallace_rca12_u_rca24_fa21_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa20_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa21_or0 = ((s_CSAwallace_rca12_u_rca24_fa21_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa21_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa22_xor0 = ((s_CSAwallace_rca12_csa9_csa_component_fa22_xor1 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa22_and0 = ((s_CSAwallace_rca12_csa9_csa_component_fa22_xor1 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa22_xor1 = ((s_CSAwallace_rca12_u_rca24_fa22_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa22_and1 = ((s_CSAwallace_rca12_u_rca24_fa22_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa21_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa22_or0 = ((s_CSAwallace_rca12_u_rca24_fa22_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa22_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa23_xor0 = ((s_CSAwallace_rca12_csa7_csa_component_fa22_or0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_csa9_csa_component_fa22_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa23_and0 = ((s_CSAwallace_rca12_csa7_csa_component_fa22_or0 >> 0) & 0x01) & ((s_CSAwallace_rca12_csa9_csa_component_fa22_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa23_xor1 = ((s_CSAwallace_rca12_u_rca24_fa23_xor0 >> 0) & 0x01) ^ ((s_CSAwallace_rca12_u_rca24_fa22_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa23_and1 = ((s_CSAwallace_rca12_u_rca24_fa23_xor0 >> 0) & 0x01) & ((s_CSAwallace_rca12_u_rca24_fa22_or0 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_u_rca24_fa23_or0 = ((s_CSAwallace_rca12_u_rca24_fa23_and0 >> 0) & 0x01) | ((s_CSAwallace_rca12_u_rca24_fa23_and1 >> 0) & 0x01);
|
|
s_CSAwallace_rca12_xor0 = ~(((s_CSAwallace_rca12_u_rca24_fa23_xor1 >> 0) & 0x01)) & 0x01;
|
|
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_and_0_0 >> 0) & 0x01ull) << 0;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_csa0_csa_component_fa1_xor0 >> 0) & 0x01ull) << 1;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_csa4_csa_component_fa2_xor0 >> 0) & 0x01ull) << 2;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_csa6_csa_component_fa3_xor0 >> 0) & 0x01ull) << 3;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_csa8_csa_component_fa4_xor0 >> 0) & 0x01ull) << 4;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_csa9_csa_component_fa5_xor0 >> 0) & 0x01ull) << 5;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa6_xor0 >> 0) & 0x01ull) << 6;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa7_xor1 >> 0) & 0x01ull) << 7;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa8_xor1 >> 0) & 0x01ull) << 8;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa9_xor1 >> 0) & 0x01ull) << 9;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa10_xor1 >> 0) & 0x01ull) << 10;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa11_xor1 >> 0) & 0x01ull) << 11;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa12_xor1 >> 0) & 0x01ull) << 12;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa13_xor1 >> 0) & 0x01ull) << 13;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa14_xor1 >> 0) & 0x01ull) << 14;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa15_xor1 >> 0) & 0x01ull) << 15;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa16_xor1 >> 0) & 0x01ull) << 16;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa17_xor1 >> 0) & 0x01ull) << 17;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa18_xor1 >> 0) & 0x01ull) << 18;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa19_xor1 >> 0) & 0x01ull) << 19;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa20_xor1 >> 0) & 0x01ull) << 20;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa21_xor1 >> 0) & 0x01ull) << 21;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_u_rca24_fa22_xor1 >> 0) & 0x01ull) << 22;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 23;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 24;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 25;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 26;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 27;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 28;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 29;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 30;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 31;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 32;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 33;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 34;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 35;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 36;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 37;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 38;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 39;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 40;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 41;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 42;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 43;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 44;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 45;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 46;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 47;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 48;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 49;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 50;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 51;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 52;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 53;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 54;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 55;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 56;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 57;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 58;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 59;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 60;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 61;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 62;
|
|
s_CSAwallace_rca12_out |= ((s_CSAwallace_rca12_xor0 >> 0) & 0x01ull) << 63;
|
|
return s_CSAwallace_rca12_out;
|
|
} |