Skip to content

Commit f253233

Browse files
committed
undo idle counter
1 parent 8e3584a commit f253233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module_data_link/data_seq_compute.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ begin
103103
elsif DATA_DENC(15 downto 0) = C_SIF_WORD and VALID_K_CHARAC_DENC(0)= '1' then -- SIF
104104
DATA_DSCOM <= C_RESERVED_SYMB & TRANS_POL_FLG_DENC & std_logic_vector(trans_seq_cnt) & DATA_DENC(15 downto 0);
105105
SEQ_NUM_DSCOM <= TRANS_POL_FLG_DENC & std_logic_vector(trans_seq_cnt);
106-
trans_seq_cnt <= trans_seq_cnt +1;
106+
-- seems problematic -- trans_seq_cnt <= trans_seq_cnt +1;
107107
else
108108
DATA_DSCOM <= DATA_DENC;
109109
end if;

0 commit comments

Comments
 (0)