-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add support for cmod_a7 and cmod_s7 board. #185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a specific reason you are leaving out the (P)SRAM and the 1-wire crypto element?
@rroohhh , thanks for the review and comments! crypto: I have no idea what this pin is for, and what is connected to it. But no problem, I could add it as a Connector. sram: I forgot about it, mainly because I don't need it (now). I'll put it in. |
Dear @rroohhh , am I still missing something? |
I think that all things are fixed now. |
I've rebased to current nmigen:master |
@rroohhh Am I missing something to make this ready for merging? |
Hi, I've migrated from nmigen->amaranth. |
Looks fine from what I can see, but @whitequark is the maintainer, I was just interested in the board and took a look :) |
I rebased onto main and updated. Also fixed two more things. |
This PR now depends on PR 054b5c1 (or a similar solution) to be merged. Otherwise the test for genesys2 will fail again. |
Hi all, I've also added support for the CMOD S7 board (very similar) and switched from using openocd to openFPGALoader. Tests fail because of broken CI #200 . |
…t allow mixing of ints and strings. The string key is then used instead of default_name in _SplitResource.
…, disable openocd debug output. Signed-off-by: Bastian Löher <[email protected]>
Signed-off-by: Bastian Löher <[email protected]>
Co-authored-by: Robin Heinemann <[email protected]>
… Does not allow mixing of ints and strings. The string key is then used instead of default_name in _SplitResource." This reverts commit 58710cc. The reason is that this proposal was not accepted.
Updated this branch to remove nmigen compat layer and revert the change that introduced allowing strings as keys for describing pins. Now, the changes are just the two new board files. |
Sorry for nagging, but it would be very nice to get this merged. Is anything still missing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you! |
great, thanks! |
I just got a Cmod A7 35 today to play around with. So, here ya go!