~ruther/jesd204b-vhdl

be6ffc1e4bd6062c533de8848733cc1ac1641cec — František Boháček 2 years ago e615ecf
fix(ilas): output error if there is more than 3 multiframes
1 files changed, 1 insertions(+), 1 deletions(-)

M src/data_link/ilas_parser.vhd
M src/data_link/ilas_parser.vhd => src/data_link/ilas_parser.vhd +1 -1
@@ 181,7 181,7 @@ begin  -- architecture a1
          --  err <= '1';
          -- end if;
        end if;
      elsif reg_multiframe_index > ci_K - 1 then
      elsif reg_multiframe_index > 3 then
        err <= '1';
      end if;
    end if;

Do not follow this link