We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3584a commit f253233Copy full SHA for f253233
src/module_data_link/data_seq_compute.vhd
@@ -103,7 +103,7 @@ begin
103
elsif DATA_DENC(15 downto 0) = C_SIF_WORD and VALID_K_CHARAC_DENC(0)= '1' then -- SIF
104
DATA_DSCOM <= C_RESERVED_SYMB & TRANS_POL_FLG_DENC & std_logic_vector(trans_seq_cnt) & DATA_DENC(15 downto 0);
105
SEQ_NUM_DSCOM <= TRANS_POL_FLG_DENC & std_logic_vector(trans_seq_cnt);
106
- trans_seq_cnt <= trans_seq_cnt +1;
+ -- seems problematic -- trans_seq_cnt <= trans_seq_cnt +1;
107
else
108
DATA_DSCOM <= DATA_DENC;
109
end if;
0 commit comments