Karnaugh Map for 4-bit Multiplication: How to Determine Values for Clusters?

  • Thread starter Thread starter mmmboh
  • Start date Start date
  • Tags Tags
    Map
Click For Summary
To multiply two 2-bit numbers using a Karnaugh map, first construct a truth table that outlines all possible input combinations and their corresponding outputs. The next step involves creating a Karnaugh map for each output bit, where the map is filled based on the output values from the truth table. For each entry in the K-map, a '1' is placed if the output for that input combination is high, while a '0' is placed for low outputs. Understanding how to fill the K-map correctly is crucial, as it directly influences the resulting Boolean expressions and logic circuit design. Properly labeling the rows and columns with input bits is essential for accurate mapping and circuit creation.
mmmboh
Messages
401
Reaction score
0
Make a circuit to multiply two 2-bit numbers
AB and CD together to produce a 4-bit output.
(a) construct a truth table to represent all states of the inputs and
the corresponding outputs.
(b) make a Karnaugh map for each output bit. Write down the Boolean algebraic expressions that describe the clusters in each map.
(c) design a logic circuit for each output bit to perform the multiplication.

Ok well I am on part b, I have done the truth table already, but I have one problem when making the Karnaugh map, how do I know when to put a 0 or 1 in a place, like if they output is 0000, I guess I put a 0, but if it's something like 0110, do I put a 0 or a 1? I don't understand how I am suppose to know which numbers are high and low, can someone help please? thanks!

For example the truth table here, http://en.wikipedia.org/wiki/Karnaugh_map#Truth_table", how do they know what f(A,B,C,D) is?

Truth table:

A(1) A(0) B(1) B(0) C(3) C(2) C(1) C(0)

0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 0
0 0 1 1 0 0 0 0
0 1 0 0 0 0 0 0
0 1 0 1 0 0 0 1
0 1 1 0 0 0 1 0
0 1 1 1 0 0 1 1
1 0 0 0 0 0 0 0
1 0 0 1 0 0 1 0
1 0 1 0 0 1 0 0
1 0 1 1 0 1 1 0
1 1 0 0 0 0 0 0
1 1 0 1 0 0 1 1
1 1 1 0 0 1 1 0
1 1 1 1 1 0 0 1
 
Last edited by a moderator:
Physics news on Phys.org
mmmboh said:
Make a circuit to multiply two 2-bit numbers
AB and CD together to produce a 4-bit output.
(a) construct a truth table to represent all states of the inputs and
the corresponding outputs.
(b) make a Karnaugh map for each output bit. Write down the Boolean algebraic expressions that describe the clusters in each map.
(c) design a logic circuit for each output bit to perform the multiplication.

Ok well I am on part b, I have done the truth table already, but I have one problem when making the Karnaugh map, how do I know when to put a 0 or 1 in a place, like if they output is 0000, I guess I put a 0, but if it's something like 0110, do I put a 0 or a 1? I don't understand how I am suppose to know which numbers are high and low, can someone help please? thanks!

For example the truth table here, http://en.wikipedia.org/wiki/Karnaugh_map#Truth_table", how do they know what f(A,B,C,D) is?

Truth table:

A(1) A(0) B(1) B(0) C(3) C(2) C(1) C(0)

0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 0
0 0 1 1 0 0 0 0
0 1 0 0 0 0 0 0
0 1 0 1 0 0 0 1
0 1 1 0 0 0 1 0
0 1 1 1 0 0 1 1
1 0 0 0 0 0 0 0
1 0 0 1 0 0 1 0
1 0 1 0 0 1 0 0
1 0 1 1 0 1 1 0
1 1 0 0 0 0 0 0
1 1 0 1 0 0 1 1
1 1 1 0 0 1 1 0
1 1 1 1 1 0 0 1

You make a K-map for each of the 4 output bits, and use the 4 input bits to label the rows and columns. Then for each entry, you use the output bit value to fill in the square that corresponds to the input code.
 
Last edited by a moderator:
BTW, one tip for putting tables in your posts is to use the "code" tags. That makes the forum use non-proportional font, so things stay lined up in the columns you typed them in.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
770
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
15
Views
2K