I'm currently working with the following truth table
I need to get the karnaugh map from this table and a simulation gives me this
However when I manually do it I get this result (since X can be whatever you need)
I don't really know what I'm missing... I know it must be related to the X but what I studied says you don't really need to group all the X to get the result
What I'm currently doing is getting the group of 1s this way
1st group
0 0 0 0
0 0 1 0
this gives me a'b'd'
2nd group
0 1 1 1
this gives me a'bcd
3rd group
1 1 0 0
1 0 0 0
this gives me ac'd'
So yeah I'm not getting the same result of the simulation and I don't know why... I'm sure its something related to the don't care fields (X)