Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

lets use this page to archive some key information on the development of the prototype PCIe board.

The main github repo for this is (for now - we might move this later): https://github.com/open-ephys/next-gen-system
The interface specifications etc are on: PCIe acquisition board (Open Instruments) standard 
Also see out slack channel at https://open-ephys.slack.com (email us to get an invite)

...

The main issue here is how to implement the intan <> GUI transfer via DMA.

Xillybus see here for specifications

http://xillybus.com/

Pro: Seems very easy to implement
Cons: closed, licensing likely not compatible with wide adoption

...

For testing, Aaron patched a simple threshold detector into the PCIe interface plugin in the Open Ephys GUI, to send a response output whenever the input voltage at the headstage is over a threshold. We ran these tests on a stock 16.04 Ubuntu system with an Intel core i7-3770K @ 3.5GHz.

For input buffer sizes (via Xillybus DMA interface) of 1 sample (33us) we get this:

...