~ruther/jesd204b-vhdl

080658790e67ee7b42f47aba32345134e52ba983 — František Boháček 1 year, 11 months ago 4f58c56
fix: remove double assignment of synced in data link layer
1 files changed, 0 insertions(+), 1 deletions(-)

M src/data_link/data_link_layer.vhd
M src/data_link/data_link_layer.vhd => src/data_link/data_link_layer.vhd +0 -1
@@ 91,7 91,6 @@ begin  -- architecture a1
  co_synced <= link_controller_co_synced;
  do_aligned_chars <= frame_alignment_do_aligned_chars;
  co_frame_state <= frame_alignment_co_frame_state;
  co_synced <= link_controller_co_synced;

  lane_alignment_co_aligned <= '1';
  lane_alignment_co_error <= '0';

Do not follow this link