~ruther/jesd204b-vhdl

92031bce86510b9486a5a8705a6d0b340cf73791 — František Boháček 2 years ago 6b1d2bd
fix: deassert sync on LMFC falling edge to match the standard
1 files changed, 1 insertions(+), 1 deletions(-)

M src/data_link/link_controller.vhd
M src/data_link/link_controller.vhd => src/data_link/link_controller.vhd +1 -1
@@ 149,7 149,7 @@ begin  -- architecture a1
    begin
      if ci_reset = '0' then
        co_synced <= '0';
      elsif ci_multiframe_clk'event and ci_multiframe_clk = '1' then
      elsif ci_multiframe_clk'event and ci_multiframe_clk = '0' then
        co_synced <= synced;
      end if;
    end process set_synced;

Do not follow this link