Electronic – Finding number of don’t care conditions

digital-logichardwarekarnaugh map

I'm new to these forums and have very little background in electrical engineering.

I'm trying to figure out the number of "don't care conditions" based on an input of two numbers, each 0-9, for designing a digital system to implement the multiplication table. The output would be the product of the two numbers.

I don't have a very good understanding of what "don't care conditions" are. My understanding is that they are based on inputs that are "unlikely".

Are the number of don't care conditions 9(since we "don't care" about the product of any number and zero)?

Best Answer

Each of your inputs would be represented by four bits - but four bits can represent 15 different values. You would be interested in the bit patterns that represent values from 0 to 9, but would not be interested in those that represent values of 10 - 15, as those shouldn't exist in your inputs. Those values or bit patterns would be your "don't care" conditions.