-
Notifications
You must be signed in to change notification settings - Fork 338
Add support for Machdyne Kolsch #679
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
Conversation
| Subsignal("ras_n", Pins("IO_SB_B5")), | ||
| Subsignal("cas_n", Pins("IO_SB_B3")), | ||
| Subsignal("we_n", Pins("IO_SB_A5")), | ||
| Subsignal("dq", Pins( |
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.
please align Pins
| Subsignal("r", Pins("IO_NA_B1 IO_NA_A1 IO_NA_A2 IO_NA_A4")), | ||
| Subsignal("g", Pins("IO_NA_B4 IO_NA_A7 IO_NA_B7 IO_NA_B2")), | ||
| Subsignal("b", Pins("IO_NA_A3 IO_NA_A5 IO_NA_A6 IO_NA_A8")), |
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.
ditto
| Subsignal("left", Pins("IO_NB_B0")), | ||
| Subsignal("right", Pins("IO_NB_A0")), |
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.
ditto
| self.rst = Signal() | ||
| rst_n = Signal() | ||
| self.cd_sys = ClockDomain() | ||
| self.cd_sys_ps = ClockDomain() |
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.
Please align =
| sdrphy_cls = GENSDRPHY | ||
|
|
||
| self.sdrphy = sdrphy_cls(platform.request("sdram"), sys_clk_freq) |
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.
Why not directly using GENSDRPHY ?
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.
Fixed this, was leftover from experimenting. Also aligned Pins and assignments.
|
Applied. Thanks @mmicko ! |
This one requires to be applied as well
enjoy-digital/litedram#366
enjoy-digital/litex#2274