Page 1 of 1

c++ example to check working of double data type

PostPosted:
by Guest
Hi all... i am new to xillybus and i want to get familiar with programming techniques of using xillibus. i am using zedboard and i booted xillinux on it using sd card following the instructions provided in manual. now before working on my main project i want to check that is it possible to read and write using xillybux_read and Xillybus_write . for this i want to run an example where atleast two double data types lets say a and b should multipy with each other and give the output to c. with this example i want to check that what i am getting is correct or not.. can someone having similar kind of example written in c++ which uses the "/dev/Xillybus_write and /dev/Xillybus_read" provide me. so that i can run it and get some idea about the programming method.

Re: c++ example to check working of double data type

PostPosted:
by h314
Hi,

There is a very interesting example in "The guide to Xillybus Block Design Flow for non-HDL users" at http://xillybus.com/downloads/doc/xilly ... n_flow.pdf
and it has the C code for transferring and receiving streams.


Thanks