From 6fe4813b1c09f811985c1a49497a1d7166645016 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Fri, 4 Jun 2021 15:16:26 +0200 Subject: [PATCH] -Updated comment. --- libraries/dsp/st/src/vhdl/st_histogram.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/dsp/st/src/vhdl/st_histogram.vhd b/libraries/dsp/st/src/vhdl/st_histogram.vhd index f611c09e11..4664029774 100644 --- a/libraries/dsp/st/src/vhdl/st_histogram.vhd +++ b/libraries/dsp/st/src/vhdl/st_histogram.vhd @@ -24,6 +24,7 @@ -- Purpose: -- . Count incoming data values and keep the counts in RAM as a histogram -- Description: +-- . See st_histogram.txt for the original design description. -- . The contents of the inactive RAM is cleared automatically just before the -- next sync interval. This way, no data is lost and all valid input data -- contributes to the histogram. The ram_clearing status output is high -- GitLab