3-bit to 6-bit combinational circuit for squaring binary numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
mr_coffee
Messages
1,613
Reaction score
1
One of my questions say:
Designa combinational circuit that accepts a 3 bit number and generates a 6 bit binary number output equal to the sqaure of the input number.

Now when it says it wants a 3 bit number as the input does it mean like
ABC
000
001
010
011
100
101
110
111

then the output would be
000 000
000 001
how would u make a 6 bit output of 010 == 2 in decimal? maybe I'm confused, wait i know i am! can anyone help?
 
Physics news on Phys.org
Wait i get it now...
if i would multiply
111
111
i would get
110001
but how would i implement that in a truth table?
like would it be
ABC DEFGHI
111 110001
Then my min term would be DE'F'G'HI ?
 
I figured it out...
 
I have the same question. Can you explain how you did this please? I need the table with inputs and ouput and the minimized equation for it.