-
Notifications
You must be signed in to change notification settings - Fork 201
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
kasli-soc RGMII vs SFP0 #2247
Comments
That does not seem worthwhile.
|
Gotcha. I didn't take note that the SoC uses yet another gigabit transceiver family! Oh Xilinx... So none of the Kasli-SOC SFP are functional at the moment. Is there an issue for tracking GTX PHI development? Is it funded? More broadly, is there an Issue for tracking the tasks for full support of Kasli-SOC by ARTIQ including eg merging kasli_soc and supporting it with artiq_flash.
I see. This looks to be built-in to the RJ-45 cage link. Nice. |
The kasli-soc SFPs can be used for DRTIO. Regardless of funding, it does not sound like a good use of scarce FPGA development expertise to use them for Ethernet. |
Agreed that the RGMII approach to Ethernet seems fine. :)
What about this question? |
No sure what you mean by "full support". All ARTIQ features that you would expect function on Kasli-SoC already.
Gateware is easy to merge and most of it is just importing from ARTIQ anyway. The firmware for Zynq (NAR3) is more modern than the one for RISC-V devices. It should eventually be ported to RISC-V and replace it. But this is a difficult project with objectively little pay-off, so this is not high on the priority list at the moment.
The startup process of Zynq devices (boot ROM built into the chip by Xilinx that initializes the CPU and loads the next bootloader from the SD card) is very different from FPGA devices so there is essentially nothing in common with the code that is in artiq_flash currently. What are you trying to achieve? |
The default network interface on kasli-soc is the copper Ethernet with the RGMII chip. The default network interface on kasli (master and standalone) is SFP0.
Comments:
The text was updated successfully, but these errors were encountered: