Skip to content

Commit

Permalink
afc_ref_fofb_ctrl_gen.vhd: remove unused constant
Browse files Browse the repository at this point in the history
This constant should be removed when DCC acquisition cores were removed
(1060094).
  • Loading branch information
guilhermerc committed May 18, 2024
1 parent 4ee6a32 commit d87f95f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hdl/top/afc_ref_design_gen/afc_ref_fofb_ctrl_gen.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -763,12 +763,6 @@ architecture top of afc_ref_fofb_ctrl_gen is
atom_width => to_unsigned(16, c_ACQ_ATOM_WIDTH_LOG2)
);

constant c_FACQ_PARAMS_DCC : t_facq_chan_param := (
width => to_unsigned(256, c_ACQ_CHAN_CMPLT_WIDTH_LOG2),
num_atoms => to_unsigned(8, c_ACQ_NUM_ATOMS_WIDTH_LOG2),
atom_width => to_unsigned(32, c_ACQ_ATOM_WIDTH_LOG2)
);

constant c_FACQ_PARAMS_SYS_ID : t_facq_chan_param := (
-- NOTE: Altough 768 bits would be enough, using this value as width somehow
-- causes ACQ samples to be weirdly misaligned (see https://github.com/lnls-dig/infra-cores/issues/18).
Expand Down

0 comments on commit d87f95f

Please sign in to comment.