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

Bus logic operations #114

Open
renau opened this issue Dec 10, 2018 · 0 comments
Open

Bus logic operations #114

renau opened this issue Dec 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@renau
Copy link

renau commented Dec 10, 2018

In several of our key benchmarks (BOOM, Rocket...), we have a high percentage of cells using buses.

I mean, we do xor or and for a bus not a single bit wire. Checking BOOM, over 10% of the gates
are for buses, since they are multibit, if I flatten the number of gates more than doubles. We could "flatten" the wire to use mockturle bit representation, but it is an unnecessary overhead. Also, different bits can have slightly different (but equally good) results break symmetry.

Do you have anything on the plan to handle buses? (notice, this is not the same as nary functions that you have)

@msoeken msoeken added the enhancement New feature or request label Feb 11, 2020
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

2 participants