From ce3052dd19627193ffcd34d08aeee3e6e89130ef Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Thu, 16 Dec 2021 16:17:50 +0100 Subject: [PATCH] format correction --- libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd b/libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd index b774b7853a..173423f11b 100644 --- a/libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd +++ b/libraries/base/dp/src/vhdl/dp_block_validate_bsn_at_sync.vhd @@ -194,7 +194,7 @@ BEGIN bsn_at_sync <= bs_sosi.bsn WHEN bs_sosi.sync = '1' ELSE bsn_at_sync_reg; bsn_ok <= bsn_ok_reg WHEN in_sosi.sync = '0' OR TO_UINT(in_sosi.channel) /= g_check_channel ELSE - '1' WHEN in_sosi.bsn = bsn_at_sync ELSE '0'; + '1' WHEN in_sosi.bsn = bsn_at_sync ELSE '0'; out_valid <= '1' WHEN in_sosi.sop = '1' AND TO_UINT(in_sosi.channel) /= g_check_channel ELSE bsn_ok WHEN in_sosi.sop = '1' AND TO_UINT(in_sosi.channel) = g_check_channel ELSE -- GitLab