You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LArPix-v2b chip is arriving soon and so larpix-control needs to be ready to communicate with the new chips. In particular,
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.
There will need to be a new default configuration under larpix/configs/chip.
The Chip class under larpix/chip.py will need to know about the new configuration class.
Controller.load will need to have a switch for the new asic version.
There may need to be a new Packet class under larpix/packet if the uart protocol has changed
The text was updated successfully, but these errors were encountered:
The LArPix-v2b chip is arriving soon and so larpix-control needs to be ready to communicate with the new chips. In particular,
larpix/configuration/
, it should be able to inherit most functionality from the Configuration_v2 class.larpix/configs/chip
.larpix/chip.py
will need to know about the new configuration class.larpix/packet
if the uart protocol has changedThe text was updated successfully, but these errors were encountered: