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

QuickLogic DSPv2 support #4932

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft

QuickLogic DSPv2 support #4932

wants to merge 38 commits into from

Conversation

povik
Copy link
Member

@povik povik commented Mar 11, 2025

What are the reasons/motivation for this change?

Add support for v2 DSP block per a simulation model provided by QuickLogic. Support mapping basic multiplication operation, multiply-accumulate pattern, input and output register packing, sum-of-products cascading.

Explain how this is achieved.

Build a flow analogous to v1 DSP support, borrow pattern matcher bits from Xilinx flow.

If applicable, please suggest to reviewers how they can test the change.

Tests attached

Before we merge:

  • clarify licensing on dspv2_sim.v
  • add -nocascade option

povik and others added 30 commits March 11, 2025 10:35
Add support for cell type dispatching of the new DSP block; adjust the
definition of MULT and MULTACC variants to support those instances
starting a cascading chain.
@povik povik marked this pull request as draft March 11, 2025 15:56
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

Successfully merging this pull request may close these issues.

2 participants