Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
augustofg committed Jul 25, 2023
2 parents b5cea64 + 5c3a681 commit 2bf44cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/modules/fofb_sys_id/xwb_fofb_sys_id.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ architecture beh of xwb_fofb_sys_id is
constant c_MAX_CHANNELS : natural := 12;
constant c_DISTORT_LEVEL_WIDTH : natural := 16;
-- Averages at most 16 taps
constant c_SP_MOV_AVG_MAX_ORDER_SEL : natural := 4;
constant c_SP_MOV_AVG_MAX_ORDER_SEL : natural := 3;

type t_prbs_distort_levels is record
level_0 : signed(c_DISTORT_LEVEL_WIDTH-1 downto 0);
Expand Down

0 comments on commit 2bf44cd

Please sign in to comment.