Skip to content
Snippets Groups Projects
Commit 0f100813 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Added reset defaults to mosi inputs.

parent efdeafd2
No related branches found
No related tags found
1 merge request!38Resolve L2SDP-130
...@@ -371,13 +371,13 @@ entity wpfb_unit_dev is ...@@ -371,13 +371,13 @@ entity wpfb_unit_dev is
dp_clk : in std_logic; dp_clk : in std_logic;
mm_rst : in std_logic; mm_rst : in std_logic;
mm_clk : in std_logic; mm_clk : in std_logic;
ram_fil_coefs_mosi : in t_mem_mosi; ram_fil_coefs_mosi : in t_mem_mosi := c_mem_mosi_rst;
ram_fil_coefs_miso : out t_mem_miso := c_mem_miso_rst; ram_fil_coefs_miso : out t_mem_miso;
ram_st_sst_mosi : in t_mem_mosi; -- Subband statistics registers ram_st_sst_mosi : in t_mem_mosi := c_mem_mosi_rst; -- Subband statistics registers
ram_st_sst_miso : out t_mem_miso := c_mem_miso_rst; ram_st_sst_miso : out t_mem_miso;
reg_bg_ctrl_mosi : in t_mem_mosi; reg_bg_ctrl_mosi : in t_mem_mosi := c_mem_mosi_rst;
reg_bg_ctrl_miso : out t_mem_miso; reg_bg_ctrl_miso : out t_mem_miso;
ram_bg_data_mosi : in t_mem_mosi; ram_bg_data_mosi : in t_mem_mosi := c_mem_mosi_rst;
ram_bg_data_miso : out t_mem_miso; ram_bg_data_miso : out t_mem_miso;
in_sosi_arr : in t_dp_sosi_arr(g_wpfb.nof_wb_streams*g_wpfb.wb_factor-1 downto 0); in_sosi_arr : in t_dp_sosi_arr(g_wpfb.nof_wb_streams*g_wpfb.wb_factor-1 downto 0);
fil_sosi_arr : out t_dp_sosi_arr(g_wpfb.nof_wb_streams*g_wpfb.wb_factor-1 downto 0); fil_sosi_arr : out t_dp_sosi_arr(g_wpfb.nof_wb_streams*g_wpfb.wb_factor-1 downto 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment