We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5cea64 + 5c3a681 commit 2bf44cdCopy full SHA for 2bf44cd
hdl/modules/fofb_sys_id/xwb_fofb_sys_id.vhd
@@ -142,7 +142,7 @@ architecture beh of xwb_fofb_sys_id is
142
constant c_MAX_CHANNELS : natural := 12;
143
constant c_DISTORT_LEVEL_WIDTH : natural := 16;
144
-- Averages at most 16 taps
145
- constant c_SP_MOV_AVG_MAX_ORDER_SEL : natural := 4;
+ constant c_SP_MOV_AVG_MAX_ORDER_SEL : natural := 3;
146
147
type t_prbs_distort_levels is record
148
level_0 : signed(c_DISTORT_LEVEL_WIDTH-1 downto 0);
0 commit comments