[experimental backline] separate X/Z coprocessor decoder - #3092
Open
josephleekl wants to merge 170 commits into
Open
[experimental backline] separate X/Z coprocessor decoder#3092josephleekl wants to merge 170 commits into
josephleekl wants to merge 170 commits into
Conversation
Assisted-by: Claude Opus 4.8
Assisted-by: Claude Opus 4.8
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
josephleekl
commented
Aug 3, 2026
josephleekl
commented
Aug 3, 2026
josephleekl
commented
Aug 3, 2026
josephleekl
commented
Aug 3, 2026
josephleekl
marked this pull request as ready for review
August 3, 2026 19:33
multiphaseCFD
approved these changes
Aug 3, 2026
multiphaseCFD
left a comment
Member
There was a problem hiding this comment.
LGTM! Thanks @josephleekl
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3092 +/- ##
=======================================
Coverage 96.92% 96.92%
=======================================
Files 166 166
Lines 19133 19136 +3
Branches 1815 1815
=======================================
+ Hits 18545 18548 +3
Misses 429 429
Partials 159 159 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| @@ -38,11 +38,16 @@ inline constexpr std::uint64_t DEMO_SYNDROME = 0x0123456789ABCDEFull; | |||
| #pragma pack(push, 1) | |||
| struct Payload { | |||
Member
There was a problem hiding this comment.
@kszenes , here are the change made to Payload struct
josephleekl
commented
Aug 4, 2026
rniczh
approved these changes
Aug 5, 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.
Here we add the functionality for the coprocessor to run different decoders.
[sc-126733]