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

-Cleaned code.

parent 79b78f66
No related branches found
No related tags found
1 merge request!137st_histogram updates. Ready for integration in LOFAR2.
......@@ -147,14 +147,6 @@ ARCHITECTURE rtl OF st_histogram IS
SIGNAL nxt_bin_writer_mosi : t_mem_mosi;
SIGNAL bin_writer_mosi : t_mem_mosi;
-------------------------------------------------------------------------------
-- bin_arbiter
-------------------------------------------------------------------------------
SIGNAL bin_writer_ram_pointer : STD_LOGIC;
SIGNAL bin_reader_ram_pointer : STD_LOGIC;
SIGNAL prv_bin_reader_ram_pointer : STD_LOGIC;
-------------------------------------------------------------------------------
-- 2x RAM (common_ram_r_w) instances
-------------------------------------------------------------------------------
......@@ -165,6 +157,10 @@ ARCHITECTURE rtl OF st_histogram IS
nof_dat => g_nof_bins,
init_sl => '0');
SIGNAL bin_writer_ram_pointer : STD_LOGIC;
SIGNAL bin_reader_ram_pointer : STD_LOGIC;
SIGNAL prv_bin_reader_ram_pointer : STD_LOGIC;
SIGNAL common_ram_r_w_wr_mosi_arr : t_mem_mosi_arr(1 DOWNTO 0);
SIGNAL common_ram_r_w_rd_mosi_arr : t_mem_mosi_arr(1 DOWNTO 0);
SIGNAL common_ram_r_w_rd_miso_arr : t_mem_miso_arr(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