This is multiplication of two bit numbers that is mathematically accurate in my opinion. The lights below are the result. How it works: each bit from the right side is multiplied by each number on the left and put into a register and then I just added them up( I added a zero to the right register so it is mathematically accurate ). No clock signal.