Commit a0db8422 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

hdl: Added logic for clock test, not yet working

parent 644df85b
......@@ -113,7 +113,7 @@ begin
clk_err_synch <= (others => '0');
else
clk_ok_synch <= clk_ok_synch(0) & (counter_is_full_i);
clk_err_synch <= clk_ok_synch(0) & (clk_err);
clk_err_synch <= clk_err_synch(0) & (clk_err);
end if;
end if;
end process;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment