Using these Eval components, and no other components, design a reasonable efficient polynomial evaluation circuit that will compute the value
Y = A0 + A1 * X1 + A2 * X2 + A3 * X3 + A4 * X4
Assume the values for Ai and X are given. ignore any overflow considerations.
2. You are to design a 4-input sorter using 2-input sorters as basic building blocks.
3. Design an inside-circuit for a 2-input sorter.Use comparators, multiplexers etc as basic building blocks.