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
The majority function is very powerful and general. It is becoming quite interesting as post-CMOS devices can directly implement this function in a dense manner. It is useful in arithmetic operations.
Desired solution
A LogicValue:majority() function, similar to the unary or() that produces true when the majority of bits are 1.
We can have various components that implement the Logic form of this.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Motivation
The majority function is very powerful and general. It is becoming quite interesting as post-CMOS devices can directly implement this function in a dense manner. It is useful in arithmetic operations.
Desired solution
A LogicValue:majority() function, similar to the unary or() that produces true when the majority of bits are 1.
We can have various components that implement the Logic form of this.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: