Skip to content
Snippets Groups Projects
Commit 86cfe496 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Removed ram_clear output, updated comment.

parent 388a54c4
No related branches found
No related tags found
1 merge request!101Merged sub-branch L2SDP-151 into L2SDP-143 (st_histogram rework)
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
-- . Provide MM registers for st_histogram -- . Provide MM registers for st_histogram
-- Description: -- Description:
-- . Address 0, bit 0 = RAM clear -- . Address 0, bit 0 = RAM clear
-- . Read : 'ram_clearing' status. '1' right after write of ram_clear. '0' when not clearing RAM (anymore). -- . Read : 'ram_clearing' status output of st_histogram.vhd. '1' when RAM is clearing.
-- . Write: 'ram_clear ' control. '1' to clear RAM on write event.
-- . Address 1 = select RAM instance to fill (read out) -- . Address 1 = select RAM instance to fill (read out)
-- . Read : read back selected instance -- . Read : read back selected instance
-- . Write: select RAM instance to fill -- . Write: select RAM instance to fill
...@@ -47,7 +46,6 @@ ENTITY st_histogram_reg IS ...@@ -47,7 +46,6 @@ ENTITY st_histogram_reg IS
dp_clk : IN STD_LOGIC; dp_clk : IN STD_LOGIC;
dp_rst : IN STD_LOGIC; dp_rst : IN STD_LOGIC;
ram_clear : OUT STD_LOGIC;
ram_clearing : IN STD_LOGIC; ram_clearing : IN STD_LOGIC;
ram_fill_inst : OUT STD_LOGIC_VECTOR(ceil_log2(g_nof_instances)-1 DOWNTO 0); ram_fill_inst : OUT STD_LOGIC_VECTOR(ceil_log2(g_nof_instances)-1 DOWNTO 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment