From 10a196a355c02f48b9821a37d45ec549d9369f4d Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 11 Aug 2021 14:54:39 +0200
Subject: [PATCH] Explain RAM usage.

---
 libraries/dsp/st/doc/st_histogram_status.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/dsp/st/doc/st_histogram_status.txt b/libraries/dsp/st/doc/st_histogram_status.txt
index 4ab3deba65..648b455ea7 100644
--- a/libraries/dsp/st/doc/st_histogram_status.txt
+++ b/libraries/dsp/st/doc/st_histogram_status.txt
@@ -9,7 +9,7 @@ new Jira story):
 - add top level functional description (see 2b, 3)
 - explain why common_paged_ram_r_w was not used (see 2a)
 - remove control via MM (see 3, 4, 5a)
-- explain the RAM usage, how many block RAM / signal input (see 3)
+- explain the block RAM usage (see 2b, 3)
 - verify using DC signal (see 5b)
 - verify that sum(bins) has expected constant value every sync interval
   (see 5c)
@@ -52,6 +52,7 @@ implementatie details, bijvoorbeeld zaken als:
   how often the sample value(s) for that bin occur during a sync interval.
 * The sum of the histogram bin values in each sync interval is : sum(bins)
   = N - K (klopt dat)?
+* Block RAM usage overview, how many block RAM per signal input?
 
 
 
-- 
GitLab