Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Majority function support #86

Open
desmonddak opened this issue Aug 9, 2024 · 0 comments
Open

Majority function support #86

desmonddak opened this issue Aug 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@desmonddak
Copy link
Contributor

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

@desmonddak desmonddak added the enhancement New feature or request label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant