10-16-2011 03:55 AM
Building a digital multisim circuit that takes an unsigned 4-bit input number N and generates an
unsigned 8-bit output NSQUARED that equals the product of N * N. example,
input N is 1001 (9), the output NSQUARED is 01010001 (81). The smallest
input is 0000 (0). The largest input is 1111 (15). Any assistance would be great.
Solved! Go to Solution.
10-19-2011 03:45 PM
Hi Kjsenior,
Have a look at the attached file, I think this is what you want.
10-20-2011 05:56 AM
Great help. We have a Group of 4 and all are greatly appreciative.
Thanks a bunch, KEN.