-
Notifications
You must be signed in to change notification settings - Fork 16
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
Litex build not reproducible #3
Comments
Which ones in particular? |
I'm specifically interested in litex-ddr-stlv7325 but all of them would be nice. |
I just committed this. https://github.com/openXC7/demo-projects/blob/main/litex-ddr-stlv7325/sitlinv_stlv7325.py |
Very similar procedure with the other boards. |
Eventually we are going to add the toolchain to LiteX, but the toolchain packaging is not final yet, so I am hesitating with that at the moment. |
Slightly off topic, but on the same design - I can build it and get the LED chasers, but is there supposed to be a serial console somewhere? The USB-C (between the SFP and RJ ports) claims to be a serial adapter (auto recognized by both macOS and Linux) but I'm not seeing anything there. |
Maybe the port changed in the new board revision, can you check if the pins
in the xdc rile still match the schematic or board doc?
…On Tue, May 2, 2023, 05:37 Tommy Thorn ***@***.***> wrote:
Slightly off topic, but on the same design - I can build get and get the
LED chasers, but is there supposed to be a serial console somewhere? The
USB-C (between the SFP and RJ ports) claims to be a serial adapter (auto
recognized by both macOS and Linux) but I'm not seeing anything there.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEI74UILLZ5UHP7KXMBDLXEA3J5ANCNFSM6AAAAAAWYSWO24>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
(Updated to be more readable) Ok, I finally got a schematic and a lot has changed, to the point where stlv7325, which refers to the blue version 1.0 which isn't sold anymore, is really a different board than the current red, version 2.0. I see LiteX calls the latter "stlv7325_v2" which is clear. However the demos here will not probably not work with the v2 board. The seller shared a relevant link: litex-hub/litex-boards#498 which also has the schematic in the first comment. FWIW, I succeed in getting a serial loopback design working using PIN L23 as FPGA TX/PC RX and K21 as PC TX/FPGA RX. |
Had to make the following litex-board changes for KC705 (similar for other boards as well):
After updating litex-boards package, I can generate the necessary litex files with:
Relevant fork: https://github.com/hansemro/litex-boards/commits/kc705_nextpnr EDIT: added correction for T_DCI meaning |
Great, can you put this in a README of your contribution? |
Sure, I will get to it when I can. |
Can you add the script/command used to generate the litex builds? I can't my own builds to work with the toolchain.
The text was updated successfully, but these errors were encountered: