Rgiunti/nkunhi/fix indexed instructions - #121
Merged
rgiunti merged 20 commits intoJul 30, 2026
Merged
Conversation
rgiunti
force-pushed
the
rgiunti/nkunhi/fix-indexed_instruct
branch
4 times, most recently
from
July 24, 2026 08:15
1707f6f to
f67f84d
Compare
Contributor
|
So this is the only test that is failing in the double bw config - |
…after test failing.
rgiunti
force-pushed
the
rgiunti/nkunhi/fix-indexed_instruct
branch
from
July 30, 2026 07:39
edc3c07 to
a724deb
Compare
Navaneeth-KunhiPurayil
previously approved these changes
Jul 30, 2026
Navaneeth-KunhiPurayil
left a comment
Contributor
There was a problem hiding this comment.
With the chaining fix commit the sa-gemv kernel can also pass.
Also the fconv2d bug in existing main also can pass now in questasim.
Collaborator
|
Is PR 108 contained in this PR? Or we are just fixing the problems exposed by PR 108 here? If so we can close PR108 after this one is merged |
Contributor
|
Yeah PR 108 can be deleted |
DiyouS
reviewed
Jul 30, 2026
DiyouS
previously approved these changes
Jul 30, 2026
rgiunti
dismissed stale reviews from DiyouS and Navaneeth-KunhiPurayil
via
July 30, 2026 09:49
cac2e90
Navaneeth-KunhiPurayil
self-requested a review
July 30, 2026 09:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Index mismatch (indexed instructions) in fft kernel (indexed instructions) main not recognized by the benchmark test which does not return a failure
New indexed instructions test cases have been added to trigger more corner cases:
Since adding these new kinds of test cases on top of the modifications required for fixing the fft kernel issue produced errors, a proper refactor and fix of the VLSU is proposed in this PR.
Main changes
These new or refactored signals manage the memory address generation and load/store cycle:
For doublebw configuration, the same changes have been applied to the spatz_doublebw_vlsu with some differences to remark:
Other changes