From 4380ebfe39e941e37f0d953f76ac28f7f45e8a59 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 8 Dec 2022 14:52:43 +0100
Subject: [PATCH] Clarify gapsize >= 0.

---
 libraries/base/diag/src/vhdl/diag_block_gen.vhd | 3 ++-
 1 file changed, 2 insertions(+), 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 7c2d82c026..678b55c471 100644
--- a/libraries/base/diag/src/vhdl/diag_block_gen.vhd
+++ b/libraries/base/diag/src/vhdl/diag_block_gen.vhd
@@ -36,9 +36,10 @@
 --
 --   The samples_per_packet >= 2, because the in the p_comb state machine the
 --   eop cannot occur at the sop.
---
 --   The blocks_per_sync >= 1, so it is possible to have one block per sync
 --   interval.
+--   The gapsize >= 0, so it is possible to have blocks directly after
+--   eachother without emoty cylces.
 --
 --   The BG sync interval takes blocks_per_sync * (samples_per_packet +
 --   gapsize) clock cylces. However in case of back pressure from out_siso
-- 
GitLab