From 02170f02f84fbeb0c588bcee171c66b96fabfa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Wed, 16 Nov 2022 18:59:35 +0100 Subject: [PATCH] feat(data): do not reset config when switching from ILS to DATA --- src/data_link/ilas_parser.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data_link/ilas_parser.vhd b/src/data_link/ilas_parser.vhd index 7e6ac3c..d3bdb1a 100644 --- a/src/data_link/ilas_parser.vhd +++ b/src/data_link/ilas_parser.vhd @@ -116,7 +116,7 @@ begin -- architecture a1 co_unexpected_char <= '0'; co_wrong_chksum <= '0'; - if ci_state /= DATA then + if ci_state /= DATA and ci_state /= ILS then link_config_data <= (others => '0'); finished <= '0'; end if; -- 2.48.1