Skip to content
Snippets Groups Projects
Commit 3cfe14c0 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(rtl): remove default number of BPM in register

parent f375ad86
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment