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

LArPix-v2b upgrade #242

Open
peter-madigan opened this issue Jul 20, 2021 · 1 comment
Open

LArPix-v2b upgrade #242

peter-madigan opened this issue Jul 20, 2021 · 1 comment
Assignees

Comments

@peter-madigan
Copy link
Member

The LArPix-v2b chip is arriving soon and so larpix-control needs to be ready to communicate with the new chips. In particular,

  1. There will likely need to be a new configuration class under larpix/configuration/, it should be able to inherit most functionality from the Configuration_v2 class.
  2. There will need to be a new default configuration under larpix/configs/chip.
  3. The Chip class under larpix/chip.py will need to know about the new configuration class.
  4. Controller.load will need to have a switch for the new asic version.
  5. There may need to be a new Packet class under larpix/packet if the uart protocol has changed
@peter-madigan
Copy link
Member Author

Also don't forget to add a test suite in test/ to make sure it works as you expect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants