From: Adrian Weber Date: Mon, 24 May 2021 18:10:23 +0000 (+0200) Subject: fix online calibration for full backplane in CBM environment X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=30215e5a19f4f059c236eed35195ce3672c0874e;p=dirich.git fix online calibration for full backplane in CBM environment --- diff --git a/combiner_cts/code_EBR/read_cnt.vhd b/combiner_cts/code_EBR/read_cnt.vhd index 4b41224..effb312 100644 --- a/combiner_cts/code_EBR/read_cnt.vhd +++ b/combiner_cts/code_EBR/read_cnt.vhd @@ -120,7 +120,7 @@ begin cnt <= 0; else if DIN_ready = '1' then - for i in 0 to 11 loop + for i in 0 to 15 loop if FPGA_in = FPGA_num(i) then save(i) := '1'; else