-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The FMC Link Controller device exposes the GPOSTATE
register that allows the user to toggle the SERDES GPO pins for a fast feedback signal to various headstages and miniscopes. The effect of this register depends on the headstage, miniscope, or whatever that is attached to the port. This means that creating a generic sink to toggle these pins may not be the best approach. Instead, when the device is configured in the context of a MultiDeviceFactory
, its behavior should be shaped to line up with the pins that available in that context. In fact, we are at a nice starting point since GPO configuration will likely be integrated into ConfigurePortController
which is specialized for different MultiDeviceFactory
contexts. We will then need to pass GPO configuration state to whatever sink node we build that references the device address of the corresponding MultiDeviceFactory
-specialized ConfigurePortController
.