add QMTech Cyclone10 Starter Kit support - 10CL080 - #683
Merged
Conversation
trabucayre
reviewed
Jul 25, 2025
Comment on lines
+19
to
+24
| ("user_led", 0, Pins("V10"), IOStandard("3.3-V LVTTL")), # D1 | ||
| ("user_led", 1, Pins("U9"), IOStandard("3.3-V LVTTL")), # D2 | ||
| ("user_led", 2, Pins("V9"), IOStandard("3.3-V LVTTL")), # D3 | ||
| ("user_led", 3, Pins("V8"), IOStandard("3.3-V LVTTL")), # D4 | ||
| ("user_led", 4, Pins("V5"), IOStandard("3.3-V LVTTL")), # D5 | ||
| ("user_led", 5, Pins("Y4"), IOStandard("3.3-V LVTTL")), # D6 |
Contributor
There was a problem hiding this comment.
Please align IOStandard
trabucayre
reviewed
Jul 25, 2025
Comment on lines
+28
to
+29
| Subsignal("dig", Pins("U11 V16 AA18")), | ||
| Subsignal("segments", Pins("W14 AB19 AB18 V13 U12 V15 AA19 U14")), # A B C D E F G dot |
trabucayre
reviewed
Jul 25, 2025
Comment on lines
+34
to
+35
| ("key", 0, Pins("P4"), IOStandard("3.3-V LVTTL")), | ||
| ("key", 1, Pins("P3"), IOStandard("3.3-V LVTTL")), |
Contributor
There was a problem hiding this comment.
One space before IOSTandard
trabucayre
reviewed
Jul 25, 2025
|
|
||
| # SPIFlash (W25Q128) | ||
| ("spiflash", 0, | ||
| # clk |
trabucayre
reviewed
Jul 25, 2025
Comment on lines
+68
to
+69
| with_led_chaser = True, | ||
| sdram_rate = "1:1", |
trabucayre
reviewed
Jul 25, 2025
Comment on lines
+114
to
+115
| sys_clk_freq = args.sys_clk_freq, | ||
| sdram_rate = args.sdram_rate, |
Contributor
There was a problem hiding this comment.
Same question: too many space
Contributor
Contributor
|
Applied. Thanks @0xDRRB ! |
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,
Basic support for this one : https://fr.aliexpress.com/item/1005006846173314.html
The RTL8211EG RGMII/GMII Ethernet PHY does not appear to be supported by LiteEth on Altera, so there is no Ethernet :(
This is largely based on the work of Hans Baier for qmtech_10cl006.