From f29cdf1ecf60bb90a967e361871924d55f4f19d8 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Tue, 13 Dec 2022 14:36:20 +0100 Subject: [PATCH] Clarify en_sync with BG enable. --- libraries/base/diag/src/vhdl/diag_block_gen.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/diag/src/vhdl/diag_block_gen.vhd b/libraries/base/diag/src/vhdl/diag_block_gen.vhd index deb30a8667..79f568ad30 100644 --- a/libraries/base/diag/src/vhdl/diag_block_gen.vhd +++ b/libraries/base/diag/src/vhdl/diag_block_gen.vhd @@ -158,7 +158,7 @@ begin -- apply ctrl.enable immediately v.blk_en := ctrl.enable; else - -- keep blk_en and apply ctrl.enable at input sync pulse + -- keep blk_en and apply ctrl.enable (on or off) at input sync pulse if en_sync='1' then v.blk_en := ctrl.enable; end if; -- GitLab