m3: updated serializing loop in trimming (#613)

This commit is contained in:
Dhanya Thattil
2023-01-16 13:43:28 +01:00
committed by GitHub
parent d106109f6c
commit 22b3229d94
5 changed files with 3 additions and 3 deletions

View File

@ -313,7 +313,7 @@ patternParameters *setChannelRegisterChip(int ichip, char *mask,
chanReg, ichip * NCHAN + ich * NCOUNTERS,
ichip * NCHAN_1_COUNTER + ich, ichip, ich));
}
for (int i = 0; i < 24; i++) {
for (int i = 1; i < 24; i++) {
patword = clearBit(SIGNAL_clk, patword);
pat->word[iaddr++] = patword;