I am trying to represent the combinational logic circuit to perform 5x3 multiplier operation using 1-bit full adder using CSEDAR Simulator, the label is based on this operations:
My answer is as below, but the problem is that some operations work correctly like (11101 * 101) while others like (11001 * 111), can anyone tell me what's wrong with it?