From 86cfe496d9805d2c6035698f12cef7780ee1f5bd Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Fri, 4 Jun 2021 15:23:57 +0200
Subject: [PATCH] -Removed ram_clear output, updated comment.

---
 libraries/dsp/st/src/vhdl/st_histogram_reg.vhd | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libraries/dsp/st/src/vhdl/st_histogram_reg.vhd b/libraries/dsp/st/src/vhdl/st_histogram_reg.vhd
index 6887bc5945..9230e11503 100644
--- a/libraries/dsp/st/src/vhdl/st_histogram_reg.vhd
+++ b/libraries/dsp/st/src/vhdl/st_histogram_reg.vhd
@@ -24,8 +24,7 @@
 -- . Provide MM registers for st_histogram
 -- Description:
 -- . Address 0, bit 0 = RAM clear
---   . Read : 'ram_clearing' status.  '1' right after write of ram_clear. '0' when not clearing RAM (anymore).
---   . Write: 'ram_clear '   control. '1' to clear RAM on write event.
+--   . Read : 'ram_clearing' status output of st_histogram.vhd. '1' when RAM is clearing.
 -- . Address 1 = select RAM instance to fill (read out)
 --   . Read : read back selected instance
 --   . Write: select RAM instance to fill
@@ -47,7 +46,6 @@ ENTITY st_histogram_reg IS
     dp_clk        : IN  STD_LOGIC;
     dp_rst        : IN  STD_LOGIC;
   
-    ram_clear     : OUT STD_LOGIC;
     ram_clearing  : IN  STD_LOGIC;
   
     ram_fill_inst : OUT STD_LOGIC_VECTOR(ceil_log2(g_nof_instances)-1 DOWNTO 0);
-- 
GitLab