08-29-2013 10:29 AM
How many EX-OR gates does a PXIe-5641R RIO have ?
I am working on time required for ex-or operation to be performed , and want to know if only one Exor gate is used repeatedly or there are many EX-or gates used parallelly.
Thanks ,
Anierutan
08-30-2013 12:19 PM
The 5641R has 94,208 logic cells, each of which could be used to do something as simple as an XOR gate, as described on wikipedia. Each XOR gate you use in your FPGA code undoubtedly is used in parallel and is contributing negligibly to timing considerations.