Skip to content

Implement a "multi reg" for RD53B to deal with out column biases

Timon Heim requested to merge rd53b_multi_reg into devel

New virtual register to accumulate multiple biases in one value.

Does not actually write all registers in the FE, because the wrRegister function looks directly at the register address and only write one register. Would need to handle that differently.

Merge request reports