I have been trying to design compressors using MUX instead of XOR's. The method I tried to infer a MUX instead of XOR is using a case statement to sum up two signals. But after synthesizing the design, I found no difference in the later and the former designs (former one being with XOR's). Also, I found that in many research article, their delays differ from mine to a discernible extent. Added to it, Later I found out that some people had different results for different voltages at which the system was ran. How is this possible? What should I further do to reduce the delay of the system?

Similar questions and discussions