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

Raw VHDL interface should be bits per stage not slices #147

Open
JulianKemmerer opened this issue Nov 11, 2022 · 1 comment
Open

Raw VHDL interface should be bits per stage not slices #147

JulianKemmerer opened this issue Nov 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@JulianKemmerer
Copy link
Owner

Currently for basic things like adders ex. 32 bits is divided by the slices specified
[0.5] = slice into two pieces = two 16b stages

First this is annoying because [0.499] is the same slicing (etc w/ close FP values) but still gets a different file, file name etc, blegh

Also its important to know how many bits per stage as being used. As in #46 and #48 and #45 we want to know what hardware is produced by the synthesis tool - some bits per stage implement better than others, etc.

@JulianKemmerer JulianKemmerer added the enhancement New feature or request label Nov 11, 2022
@JulianKemmerer JulianKemmerer self-assigned this Nov 11, 2022
@JulianKemmerer
Copy link
Owner Author

Thanks @suarezvictor prompting this into an issue

@JulianKemmerer JulianKemmerer removed their assignment Feb 3, 2023
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