MLE additions and changes#9
Draft
sessl3r wants to merge 19 commits into
Draft
Conversation
Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
needed for Intel L-Tile/H-Tile Transceiver PHY reconfiguration interface Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…ccess transceiver regs and do misc operations Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…e on specific transceiver reconfiguration registers Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…rite operations for each transceiver PRBS component Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…width instead of encoded register value Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…le/H-Tile transceiver method Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…bs_verifier methods, use exact configuration sequence from Intel SW Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…hannels configuration reversed engineered from register space dump dump taken after BERT test run in system-console SW Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
…gineered method with bounded channels configuration Signed-off-by: Karol Budniak <karol.budniak@missinglinkelectronics.com>
This commit modifies the interface class, in a way that it is possible to utilize the serial instance created by labgrid. To use it a SerialDriver class has to passed to the __init__ function as a forth parameter. Signed-off-by: Jakob Arndt <jakob.arndt@missinglinkelectronics.com>
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.
Hi,
this MR is not a ready to use one but only to give you an idea what version we currently use internally.
The main feature we added for our internal development and testing is the ability to run BER scans for Altera devices (L-Tile/H-Tile implemented).
In addition we added a pyproject.toml to package this tool as a package.