Skip to content
Snippets Groups Projects
Commit fcf2c00a authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected missing signals in sensitivity list.

parent 2d166a54
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ BEGIN
END GENERATE;
-- Determine the output info and output ctrl using snk_in and r.reg_sosi
p_state : PROCESS(r, enable, in_sosi)
p_state : PROCESS(r, enable, in_sosi, snk_in)
BEGIN
nxt_r <= r;
......
......@@ -771,7 +771,7 @@ BEGIN
-- Monitor the dp_clk phase alignment
------------------------------------------------------------------------------
p_out_status : PROCESS(r_dp, dp_in_clk_stable, dp_in_clk_detected, fifo_rdusedw)
p_out_status : PROCESS(dp_fifo_fill_stable, dp_phs_stable, wb_roundtrip_stable, dp_in_clk_stable, dp_in_clk_detected, fifo_rdusedw, r_dp)
BEGIN
-- Debug monitor status
i_out_status <= (OTHERS=>'0');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment