From 30215e5a19f4f059c236eed35195ce3672c0874e Mon Sep 17 00:00:00 2001 From: Adrian Weber Date: Mon, 24 May 2021 20:10:23 +0200 Subject: [PATCH] fix online calibration for full backplane in CBM environment --- combiner_cts/code_EBR/read_cnt.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0