-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PandABrick target #143
Merged
Merged
PandABrick target #143
Conversation
This file contains 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
Note: this builds, but untested on hardware. Caveats: * PandABrick specific encoders files included under target/hdl * LEDs not connected up - PS disconnected, PL tied high * Verilog files for MGT and PIC adpater included as sources * Separate module included for the UltraScale+ panda_sync * DCARD_MODE needs to be block parameter and control appropriate relays * Kept all test code and modes - moved register test to new module to avoid conflict with system module
Still untested on hardware. Changes: * SFP verilog files replaced by IP tcl script * Change from using QPLL to CPLL for mgt IP
Closes #108 |
* and propogated as generic constant.
* Limits operation to monitor-mode only until encoder block * architecture has been specified.
Closes #145 |
* Separate ini file for both platforms to include different IP and constraints * HDL files for MGT instances in separate directories
* IP generated in verilog, and needs component instantiation. * Will build okay with direct instantiation but not function correctly!
EmilioPeJu
requested changes
Aug 6, 2024
EmilioPeJu
requested changes
Aug 6, 2024
EmilioPeJu
previously approved these changes
Aug 6, 2024
I approved considering my suggestions will be fixed in the PRs associated to the issues you mentioned |
EmilioPeJu
previously approved these changes
Aug 8, 2024
tomtrafford
approved these changes
Aug 15, 2024
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.
Adding PandABrick target to the PandABlocks framework.
Note this PR constitutes a re-packaging of the source code as provided, into the format required for building in PandABlocks. It addresses some, but does not attempt to fix all the known remaining issues. Some of which will be addressed with specific tickets.
See individual commit messages for more details.