[WIP] Initial implementation of ECP5 PLL instantiation#426
Closed
GuzTech wants to merge 1 commit intoamaranth-lang:masterfrom
Closed
[WIP] Initial implementation of ECP5 PLL instantiation#426GuzTech wants to merge 1 commit intoamaranth-lang:masterfrom
GuzTech wants to merge 1 commit intoamaranth-lang:masterfrom
Conversation
Signed-off-by: Oguz Meteer <info@guztech.nl>
Codecov Report
@@ Coverage Diff @@
## master #426 +/- ##
=======================================
Coverage 81.72% 81.72%
=======================================
Files 40 40
Lines 6100 6100
Branches 1243 1243
=======================================
Hits 4985 4985
+ Misses 935 934 -1
- Partials 180 181 +1
Continue to review full report at Codecov.
|
Author
|
I have no doubt that the implementation can be improved, but I'm not entirely sure how. My Python skills aren't the best, and there are parts that I'm a bit iffy about. Some examples:
|
Member
|
It's way too early to consider merging anything upstream. Let's discuss what API we want first in #425. |
Author
|
Of course. I just posted this just to have some code that we could look at. |
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.
This is the initial implementation where I took the liberty to be inspired by the Litex implementation.
Signed-off-by: Oguz Meteer info@guztech.nl