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

-renamed constant.

parent 6fe4813b
No related branches found
No related tags found
1 merge request!101Merged sub-branch L2SDP-151 into L2SDP-143 (st_histogram rework)
...@@ -156,7 +156,7 @@ ARCHITECTURE rtl OF st_histogram IS ...@@ -156,7 +156,7 @@ ARCHITECTURE rtl OF st_histogram IS
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- 2x RAM (common_ram_r_w) instances -- 2x RAM (common_ram_r_w) instances
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
CONSTANT c_nof_common_ram_r_w : NATURAL := 2; CONSTANT c_nof_ram_pages : NATURAL := 2;
CONSTANT c_ram : t_c_mem := (latency => 1, CONSTANT c_ram : t_c_mem := (latency => 1,
adr_w => c_ram_adr_w, adr_w => c_ram_adr_w,
...@@ -351,7 +351,7 @@ BEGIN ...@@ -351,7 +351,7 @@ BEGIN
bin_arbiter_rd_miso <= common_ram_r_w_rd_miso_arr(0) WHEN prv_bin_arbiter_rd_ram_pointer='0' ELSE common_ram_r_w_rd_miso_arr(1); bin_arbiter_rd_miso <= common_ram_r_w_rd_miso_arr(0) WHEN prv_bin_arbiter_rd_ram_pointer='0' ELSE common_ram_r_w_rd_miso_arr(1);
histogram_rd_miso <= common_ram_r_w_rd_miso_arr(1) WHEN prv_bin_arbiter_rd_ram_pointer='0' ELSE common_ram_r_w_rd_miso_arr(0); histogram_rd_miso <= common_ram_r_w_rd_miso_arr(1) WHEN prv_bin_arbiter_rd_ram_pointer='0' ELSE common_ram_r_w_rd_miso_arr(0);
gen_common_ram_r_w : FOR i IN 0 TO c_nof_common_ram_r_w-1 GENERATE gen_common_ram_r_w : FOR i IN 0 TO c_nof_ram_pages-1 GENERATE
u_common_ram_r_w : ENTITY common_lib.common_ram_r_w u_common_ram_r_w : ENTITY common_lib.common_ram_r_w
GENERIC MAP ( GENERIC MAP (
g_technology => c_tech_select_default, g_technology => c_tech_select_default,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment