From 3cfe14c073369112164dc50b5731341a991c7d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Bron=C3=A8s?= <romain.brones@synchrotron-soleil.fr> Date: Thu, 4 Jul 2024 18:06:32 +0200 Subject: [PATCH] fix(rtl): remove default number of BPM in register --- rdl/corr_matrix.rdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdl/corr_matrix.rdl b/rdl/corr_matrix.rdl index bb14d35..866206b 100644 --- a/rdl/corr_matrix.rdl +++ b/rdl/corr_matrix.rdl @@ -155,7 +155,7 @@ addrmap corr_matrix { reg { desc="Number of ID to count for matrix multiplication."; desyrdl_data_type="uint16"; - field {sw = rw; hw = r;} data[16] = `C_N_MM_BPM; + field {sw = rw; hw = r;} data[16]; } MM_ID_CNT; reg { -- GitLab