12-12-2016, 01:42 PM
(12-12-2016, 05:57 AM)LambdaPI Wrote: The ALU should be able to do most bitwise functions. Can yours?
After doing a practice trial I discovered that my ALU design I built (not on my own plot, but for the practice trial) can't do AND via !A, !B, FC, OR. (doing !A !B gave me AND as the !OUT, but I had no !OUT switch at the time that I said I was done. ://) This was because my design didn't follow standard NOT logic, meaning my implementation of OR was nonstandard.