Skip to content

Commit 2bf44cd

Browse files
committed
Merge branch 'devel'
2 parents b5cea64 + 5c3a681 commit 2bf44cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdl/modules/fofb_sys_id/xwb_fofb_sys_id.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ architecture beh of xwb_fofb_sys_id is
142142
constant c_MAX_CHANNELS : natural := 12;
143143
constant c_DISTORT_LEVEL_WIDTH : natural := 16;
144144
-- Averages at most 16 taps
145-
constant c_SP_MOV_AVG_MAX_ORDER_SEL : natural := 4;
145+
constant c_SP_MOV_AVG_MAX_ORDER_SEL : natural := 3;
146146

147147
type t_prbs_distort_levels is record
148148
level_0 : signed(c_DISTORT_LEVEL_WIDTH-1 downto 0);

0 commit comments

Comments
 (0)