Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateware issues #3

Open
jonnew opened this issue May 24, 2024 · 0 comments
Open

Gateware issues #3

jonnew opened this issue May 24, 2024 · 0 comments
Labels
wontfix This will not be worked on

Comments

@jonnew
Copy link

jonnew commented May 24, 2024

Testing of these devices seems to be revealing intermittent issues in the gateware:

  1. One channel in 384 of both the LFP and Spike streams always seems to produce 0 values. This value appears in the first frame of a superframe, but its position changes between resets. Aside from the obviously incorrect value, the location switch leads to a lack of confidence in a consistent channel mapping between runs
  2. The hub clock is placed at the end of the frame which is at least non-conventional
  3. The sync words are included in the data frame, but are not used
  4. The amplifier data is non-contiguous and should be reordered in the gateware to remove counter and reserved segments
  5. The Q11.5 -> Q11 conversion should be done on the FPGA instead of packing fixed point values into the frame for no reason (10 bit ADC determines sample resolution, the extra 5 bits are useless)
@jonnew jonnew added the wontfix This will not be worked on label May 24, 2024
jonnew added a commit to neurogears/onix-refactor that referenced this issue May 24, 2024
- Shank is currently left in default state
- See this issue for reason that support for this headstage should be
deprecated:
open-ephys/onix-headstage-neuropix1#3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant