c++ example to check working of double data type

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: c++ example to check working of double data type

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

Post 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

c++ example to check working of double data type

Post 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.

Top