You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the best XOR/AND/OR formulas for three-argument boolean functions are known; let's use these in synthesis.
Specifically for the cellular automata example, this now shows a rather ugly expression with select (or ITE), which can be elided.
The text was updated successfully, but these errors were encountered:
All the best XOR/AND/OR formulas for three-argument boolean functions are known; let's use these in synthesis.
Specifically for the cellular automata example, this now shows a rather ugly expression with
select
(or ITE), which can be elided.The text was updated successfully, but these errors were encountered: