|
Hello all, I have just got this book and am currently working on the project for chapter 1. I have implemented all of the gates just by thinking about how it would work until I got to Xor, for Xor I used the diagram in the chapter to build it. I tried to think about how to make the Mux but couldn't figure it out, so since there was no diagram I had to use canonical representation with the truth table to build it.
The resulting gate is huge with 3 Not gates, 8 And gates, and 3 Or gates. Is using canonical representation the intended approach we use, or should I use a different approach to be more efficient.
|