--- Quote Start ---
Design A has 36AND 96XOR , consumed 82 LE, while
design B has 35AND 120XOR, consumed 79 LE
i think it will be odd to report a result as such in my work.
--- Quote End ---
Hi,
I assume that your gate are all 2-input gates. In an FPGA your logic is implemented in LUT.
The LUT has at least 4 input and one output. That means you can implement every logic function with 4 inputs and one output. The fitter will look for ways to fill the LUT's effectively. There is an Assignment (
implement as output of logic cell) which could be used to force the Fitter to implement the outputs of the gate in one LUT (Implement as Output of Logic Cell).
I have a small example attached. Maybe this solves your problem.
Kind regards
GPK