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

Router Port Number

bansarth
Beginner
554 Views

Hello, I am trying to generate external UDP packets to send to my Arria V GX, and I need a port number to direct the packets towards. My FPGA is running the AN647 reference design from intel. How would I go about identifying the port number my FPGA is listening on?

0 Kudos
4 Replies
Deshi_Intel
Moderator
544 Views

Hi bansarth,


I believe you are referring to software "source port" and "destination port" setting in UDP header frame.


You can refer to below wiki page to learn more about it.


and also TSE user guide (page 78, figure 40)


For Intel FPGA TSE IP, it only provide design solution until MAC layer. (as seen in AN647)


Any software stack design above the MAC layer is expected to be developed by user themself.


Thanks for your understanding here.


Regards,

dlim




0 Kudos
bansarth
Beginner
540 Views

Hello, 

thank you for the response. Since the current implementation with the design reference only goes up to the MAC layer, is it still possible to communicate to a PC at that level, or is additional work to implement higher layers still necessary?

0 Kudos
Deshi_Intel
Moderator
525 Views

Hi bansarth,,


You will need to implement higher layer design if you plan to run Ethernet communication via PC in OS level like either Linux or Windows OS.


Thanks.


Regards,

dlim


0 Kudos
Deshi_Intel
Moderator
502 Views

Hi bansarth,


I hope I have clear your doubt and wish you the best in your project development


For now, I am setting this case to closure.


Thanks.


Regards,

dlim


0 Kudos
Reply