minimal cost implementation for LUT

Thread Starter

pochacco

Joined Nov 3, 2007
1
hi. i need some help simplyfing this function. can't seem to do it

x2 x3' x6 + x2 x3 x4' x5 + x3' + x1 x2 x3 x4 x5 + x1' x4

thanks alot
 
You can try using a K-Map but for this function you will get 49 squares. There is also the Quine-McCluskey Method. I don't really know anything about this but my Professor mentioned that this method is used for simplifying expressions with many variables.
 
Top