- #1
Bipolarity
- 776
- 2
Most Karnaugh maps care only about either SoP representations or PoS representations. I have to implement a circuit which minimizes the number of gates and I noticed that certain circuits can be minimized by using XOR gates, although the K-map/Quine-McCluskey technique do not really seem to take the XOR gate into account.
Why is this? Does anyone know how to read XOR gates off of a K-map, i.e. prime implicants which can be simplified via an XOR gate? I would imagine it has something to do with the "checkerboard" arrangement of the 0s and 1s on the K-map but that is only a tentative guess. I need an expert's opinion.
Thanks in advance! Really appreciate it.
BiP
Why is this? Does anyone know how to read XOR gates off of a K-map, i.e. prime implicants which can be simplified via an XOR gate? I would imagine it has something to do with the "checkerboard" arrangement of the 0s and 1s on the K-map but that is only a tentative guess. I need an expert's opinion.
Thanks in advance! Really appreciate it.
BiP