Skip to content

Commit

Permalink
Encoder12b14b.vhd bug fix: missing readyOut in sensitivity list
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 3, 2023
1 parent 64b0510 commit 0f83a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/line-codes/rtl/Encoder12b14b.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ architecture rtl of Encoder12b14b is

begin

comb : process (dataIn, dataKIn, dispIn, r, rst, validIn) is
comb : process (dataIn, dataKIn, dispIn, r, readyOut, rst, validIn) is
variable v : RegType;
variable dispInTmp : slv(1 downto 0);
variable invalidK : sl;
Expand Down

0 comments on commit 0f83a8e

Please sign in to comment.