From 57eafd4e11554e4eb6ab1883b765935a0ebc6803 Mon Sep 17 00:00:00 2001 From: Tristan Gingold <tristan.gingold@cern.ch> Date: Thu, 26 Mar 2020 15:03:32 +0100 Subject: [PATCH] xilinx/generic_dpram_sameclock: remove unused signals. --- modules/genrams/xilinx/generic_dpram_sameclock.vhd | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/genrams/xilinx/generic_dpram_sameclock.vhd b/modules/genrams/xilinx/generic_dpram_sameclock.vhd index 78e36b9c..9a445044 100644 --- a/modules/genrams/xilinx/generic_dpram_sameclock.vhd +++ b/modules/genrams/xilinx/generic_dpram_sameclock.vhd @@ -123,9 +123,7 @@ architecture syn of generic_dpram_sameclock is shared variable ram : t_ram_type := f_file_to_ramtype; signal s_we_a : std_logic_vector(c_num_bytes-1 downto 0); - signal s_ram_in_a : std_logic_vector(g_data_width-1 downto 0); signal s_we_b : std_logic_vector(c_num_bytes-1 downto 0); - signal s_ram_in_b : std_logic_vector(g_data_width-1 downto 0); signal wea_rep, web_rep : std_logic_vector(c_num_bytes-1 downto 0); -- GitLab