- #1
sandy.bridge
- 798
- 1
Homework Statement
I'm working on a problem that implements the product of two 2-bit binary numbers (wx, yz) and produces such as the output. However, I am having a bit of confusion in regards to implementing the Karnaugh Map.
So this is what I have:
wx and yz can be 00, 01, 10, 11, the output can be either 0000, 0001, 0010, 0011, 0100, 0110, 1001
Would I simply make a sum of products for these outputs, then perhaps reduce it with the Karnaugh Map?
also keep in mind the output can be 0000 for essentially every other combination that does not make the output 0001, 0010, 0011, 0100, 0110, 1001
My question more or less comes down to this: how does one implement K-MAPS when the output is given with 4 bits?
Last edited: