4

I know if it's \$ \Sigma \$ we put 1's in the Karnaugh map, but I don't know what \$ d \$ is.

$$ f(a,b,c,d) = \Sigma m(0,1,4,10,15) + d(7,14) $$

From what I've googled, https://en.wikipedia.org/wiki/Karnaugh_map it seems to be a "don't care", but I'm not so sure, because this is the first time I've seen this, and on the link and no where else can I see a \$ d() \$ reference.

Adam Lawrence
  • 32,921
  • 3
  • 58
  • 110
Shayan
  • 143
  • 4

1 Answers1

5

Here is an example of d(...) being used for don't care conditions marked with an X: -

enter image description here

Image from Quora. Here's another example: -

enter image description here

Image from here.

Andy aka
  • 434,556
  • 28
  • 351
  • 777