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

-Replaced st_histogram.vhd contents with cleaned version

parent ba439202
No related branches found
No related tags found
3 merge requests!101Merged sub-branch L2SDP-151 into L2SDP-143 (st_histogram rework),!99Cleaned/rewrote st_histogram.,!98Major rework on st_histogram.
......@@ -97,9 +97,9 @@ BEGIN
dp_rst => dp_rst,
dp_clk => dp_clk,
snk_in => snk_in,
sla_in_ram_mosi => ram_st_histogram_mosi,
sla_out_ram_miso => ram_st_histogram_miso
snk_in => snk_in
-- sla_in_ram_mosi => ram_st_histogram_mosi,
-- sla_out_ram_miso => ram_st_histogram_miso
);
u_st_histogram_reg : ENTITY work.st_histogram_reg
......
This diff is collapsed.
......@@ -63,8 +63,8 @@ ENTITY tb_st_histogram IS
GENERIC(
g_sync_length : NATURAL := 200;
g_nof_sync : NATURAL := 3;
g_data_w : NATURAL := 4; --4 ; 1
g_nof_bins : NATURAL := 8; --8 ; 2
g_data_w : NATURAL := 8; --4 ; 1
g_nof_bins : NATURAL := 256; --8 ; 2
g_nof_data : NATURAL := 200;
--g_str : STRING := "freq.density";
g_valid_gap : STRING := "custom"; -- "false" or "true" or "custom" --BOOLEAN := TRUE
......@@ -397,12 +397,12 @@ BEGIN
dp_clk => dp_clk,
-- Streaming
snk_in => st_histogram_snk_in,
snk_in => st_histogram_snk_in
-- Memory Mapped
sla_in_ram_mosi => c_mem_mosi_rst,-- sla_in_
sla_out_ram_miso => st_histogram_ram_miso, --OPEN -- sla_out_
dbg_ram_miso => st_histogram_dbg_ram_miso
-- sla_in_ram_mosi => c_mem_mosi_rst,-- sla_in_
-- sla_out_ram_miso => st_histogram_ram_miso, --OPEN -- sla_out_
-- dbg_ram_miso => st_histogram_dbg_ram_miso
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment