~ruther/jesd204b-vhdl

73aed1d897523dc17744a3d5ecc42c7283ace863 — František Boháček 2 years ago 91edd17
feat(data): remove ERR state
1 files changed, 2 insertions(+), 3 deletions(-)

M src/data_link/data_link_pkg.vhd
M src/data_link/data_link_pkg.vhd => src/data_link/data_link_pkg.vhd +2 -3
@@ 13,9 13,8 @@ package data_link_pkg is
  type link_state is (
    INIT,
    CGS,
    ILAS,
    DATA,
    ERR);                               -- States of the link
    ILS,
    DATA);                               -- States of the link

  type link_config is record
    ADJCNT    : integer range 0 to 15;  -- Number of adjustment resolution steps to adjust DAC LMFC

Do not follow this link