Regs/Transpose: Add compute parameter register to register frontend and fix transpose to/from misaligned addresses - #160
Merged
Conversation
da-gazzi
requested review from
DanielKellerM,
micprog and
thommythomaso
as code owners
July 20, 2026 09:51
da-gazzi
force-pushed
the
pr/reg-transpose
branch
from
July 30, 2026 14:52
4644c7a to
23b95c0
Compare
- `compute_cfg` register is added after existing registers - Controls `enable`, `op`, `mode`, `tensor_m` and `tensor_n` - Connected to the relevant fields of the ND request struct in the register top-level template - Add required additional frontend IDs to CI deploy job
da-gazzi
force-pushed
the
pr/reg-transpose
branch
from
July 31, 2026 15:16
23b95c0 to
caf22f8
Compare
DanielKellerM
approved these changes
Aug 3, 2026
DanielKellerM
pushed a commit
that referenced
this pull request
Aug 3, 2026
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.
Merge order:
This PR is based on the PR making the compute engine instantiation an elaboration-time parameter instead of a generation-time one, see #159 - that PR should be merged before this one.
Changes:
deployjob (IDMA_ADD_FE_IDS)ready_itow_dp_req_readyinstead ofwrite_beat_done; that signal is asserted on the last transaction of a write transfer, which is the correct behavior.