Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21585 Discussions

USB to Ethernet Bridge via Cyclon10

sa261die
Débutant
1 604 Visites

Hello community,

I ask myself if there is a way to transfer USB data via Ethernet. Here a host should be connected via USB to a FPGA, the FPGA should be connected via Ethernet to another FPGA and this FPGA should be connected via USB to the device. Does anyone have experience with this topic or can tell me which components I need? Do I need a ULPI interface or a SIE?

Best wishes

0 Compliments
5 Réponses
Wincent_Altera
Employé
1 578 Visites

Hi,


I am WeiChuan from Intel Support team. There is multilple way to do that.

I might need to know more information about your system for us to provide the best suggestion.

  1. As stated in the description, can I know why you connect a few FPGA devices together using either USB or Ethernet?  
  2. Why do you choose to connect FPGA1 via USB, while FPGA2 via ethernet? is there any transfer speed concern or it is based on design ?
  3. Is it possible to use USB-Ethernet Adapter ?


Regards,

WeiChuan_Intel

0 Compliments
sa261die
Débutant
1 573 Visites

Dear WeiChuan,

 

Thanks for your answer.
Yes I am concerned about the transmission speed and the cable length which exceeds 5m.

0 Compliments
Wincent_Altera
Employé
1 554 Visites

Hi,

If you are concerned about the transmission speed and cable length. Technically, you can connect FPGA's anyway you want such as SPI, I2C, PCI, PCI Express, LVDS, DDR, etc. 
For a slow-speed connection, you can use UART using two data lines + GND only to communicate between FPGAs.
If you need high speed, then you can use LVDS or some other transceivers with standard or custom protocol, provided the board and the FPGA supports it.

Anyway, ak6dn provides a good suggestion as well where you can take into reference/consideration

 

0 Compliments
Wincent_Altera
Employé
1 503 Visites

Hi,

We do not receive any response from you to the previous answer that I have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you

 

Regards,

WeiChuan_Intel

0 Compliments
ak6dn
Précieux contributeur III
1 564 Visites

Not sure that using an FPGA at either end provides much of a benefit, and it does add a lot of complexity.

You are doing HOST --- USB --- ETHERNET ... ETHERNET --- USB --- DEVICE.

Why not just HOST --- ETHERNET? What HOST does not have an ethernet interface these days?

And for ETHERNET --- USB at the device end, why not just a small CPU with ethernet and USB master interfaces?

Unless you intend for the FPGA(s) to do some significant data processing on the streams, they are basically being wasted.

As an example, the new RaspberryPI 4 board has wired gigabit ethernet and USB 2.0/3.1 ports.

 

0 Compliments
Répondre