Skip to content

Conversation

Spaqin
Copy link
Contributor

@Spaqin Spaqin commented Jul 22, 2025

#170 with the small latency error corrected.

The rest of the comments I have replied to in the other thread.

# manually generated multiplication for small numbers,
# if you use "x*y" Vivado will use a DSP48E1 instead
for x in range(n):
ctx += o[x].eq((x & 0x1) * i +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. That's worse.
Espectially the 7 and 6 cases are different and were analyzed.

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