Have a look at Tutorial 2: https://casper.berkeley.edu/wiki/Tutorial_10GbE_ROACH2
This is a very simple example of using the networking obviously, but the main ideas will hold. Just be careful of endian-ness, make sure that you're interpreting packets correctly, because computers tend to be little-endian while the FPGA will (likely) use by default more intuitive big-endian logic, unless you design otherwise. On Thu, Apr 19, 2018 at 10:59 AM, Bela Dixit <[email protected]> wrote: > Thanks James, I will look in to it. > > Thanks & Regards, > Bela > > > Bela Dixit > Electronics and Telecommunication engg(digital system) > > > On Thu, Apr 19, 2018 at 11:42 AM, James Smith <[email protected]> wrote: > >> Hello Bela, >> >> Depending on how you're reading your binary file on the computer, the >> easiest thing to do would probably be to use the ROACH2's 10 GbE networking. >> >> You can then use e.g. a python socket program to send the data to the >> ROACH2 in chunks, receive and process it on the FPGA and then use the 10 >> GbE core again to send it back to the computer, or to a different computer >> if the datarate is high enough to warrant sending and receiving on >> different machines. >> >> Specific details would depend more on exactly what you want to do. >> >> Regards, >> James >> >> >> On Thu, Apr 19, 2018 at 8:06 AM, Bela Dixit <[email protected]> wrote: >> >>> Hi CASPERites, >>> I am having digitized data which is available in binary file. This >>> data I want to push on to the ROACH2 board as an input for further >>> processing. >>> Kindly suggest me what are the options that can possible in this >>> regards. >>> >>> >>> >>> >>> >>> Thanks & Regards, >>> Bela >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "[email protected]" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "[email protected]" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> > > -- > You received this message because you are subscribed to the Google Groups " > [email protected]" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].

