Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

TCP/IP implementation on HDL ?

Hi all :)

I'm looking for some implementation TCP protocol in VHDL/Verilog language

Does anyone have heard about that ? even if its not free

Cordially,

Shalom

10 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I'd be interested to know where you found a TCP/IP HDL component on Opencores...

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi all,

    Thanks for help!

    GEDEK have already not a TCP/IP implementation, but they seems to develop one

    On opencores, there is not...

    We cannot use Quixtream because the reason we are looking for a harware implementation of TCP is for a low latency system. Now if we must use a cpu, we have not make benefit.

    Like Daixi said, we can apparently use the IPblaze core

    Shalom
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Depending on what is a 'low latency' for you, you should be careful when using TCP. Because of most of TCP's features (packets acknowledge and repeat, traffic congestion handling, adjustable window size) the latency on a TCP stream isn't predictable. This is why most of the streaming applications that require low latency use UDP instead.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Yes you right. But I mean "Low latency" relative to a system based on cpu who have a relatively( to a tcp hardware implementation) "high latency".

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Anybody has already use IPblaze core?

    is it working on altera FPGA ?

    Shalom