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

Support for more DSP modes #152

Open
gregdavill opened this issue Nov 16, 2020 · 1 comment
Open

Support for more DSP modes #152

gregdavill opened this issue Nov 16, 2020 · 1 comment

Comments

@gregdavill
Copy link

Currently trellis only offers MULT18X18D primitives for the DSP blocks.

Internally these DSP blocks appear quite configurable, and offer a 9x9bit mode.
Official tooling enables this at the verilog level with a MULT9X9D primitive.

I'm not sure on exactly the current state of documentation of the DSP bits, I assume enabling this will require changes at the fuzzing level all the way up the toolchain flow.

@qcabanes
Copy link

I am also interested in the support of MULT9X9D mode, because it means I could use twice as much DSP than with MULT18X18D. Is there anyone currently working on it? Otherwise, I would be glad to try to contribute for this part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants