Skip to content
Snippets Groups Projects
Commit ca848a71 authored by Pepping's avatar Pepping
Browse files

Increased ram_diag_bg_mesh from 10 to 11

parent 2f704d7d
Branches
No related tags found
No related merge requests found
...@@ -455,7 +455,7 @@ ARCHITECTURE str OF mmm_apertif_unb1_correlator IS ...@@ -455,7 +455,7 @@ ARCHITECTURE str OF mmm_apertif_unb1_correlator IS
reg_bsn_monitor_input_write_export : out std_logic; reg_bsn_monitor_input_write_export : out std_logic;
reg_tr_10gbe_address_export : out std_logic_vector(14 downto 0); reg_tr_10gbe_address_export : out std_logic_vector(14 downto 0);
reg_bsn_monitor_proc_readdata_export : in std_logic_vector(31 downto 0) := (others => '0'); reg_bsn_monitor_proc_readdata_export : in std_logic_vector(31 downto 0) := (others => '0');
ram_diag_bg_mesh_address_export : out std_logic_vector(9 downto 0); ram_diag_bg_mesh_address_export : out std_logic_vector(10 downto 0);
pio_pps_writedata_export : out std_logic_vector(31 downto 0); pio_pps_writedata_export : out std_logic_vector(31 downto 0);
eth1g_tse_waitrequest_export : in std_logic := '0'; eth1g_tse_waitrequest_export : in std_logic := '0';
reg_mdio_0_writedata_export : out std_logic_vector(31 downto 0); reg_mdio_0_writedata_export : out std_logic_vector(31 downto 0);
...@@ -784,7 +784,7 @@ BEGIN ...@@ -784,7 +784,7 @@ BEGIN
ram_diag_bg_input_reset_export => OPEN, ram_diag_bg_input_reset_export => OPEN,
ram_diag_bg_input_write_export => ram_diag_bg_input_mosi.wr, ram_diag_bg_input_write_export => ram_diag_bg_input_mosi.wr,
ram_diag_bg_input_writedata_export => ram_diag_bg_input_mosi.wrdata(c_word_w-1 DOWNTO 0), ram_diag_bg_input_writedata_export => ram_diag_bg_input_mosi.wrdata(c_word_w-1 DOWNTO 0),
ram_diag_bg_mesh_address_export => ram_diag_bg_mesh_mosi.address(9 DOWNTO 0), ram_diag_bg_mesh_address_export => ram_diag_bg_mesh_mosi.address(10 DOWNTO 0),
ram_diag_bg_mesh_clk_export => OPEN, ram_diag_bg_mesh_clk_export => OPEN,
ram_diag_bg_mesh_read_export => ram_diag_bg_mesh_mosi.rd, ram_diag_bg_mesh_read_export => ram_diag_bg_mesh_mosi.rd,
ram_diag_bg_mesh_readdata_export => ram_diag_bg_mesh_miso.rddata(c_word_w-1 DOWNTO 0), ram_diag_bg_mesh_readdata_export => ram_diag_bg_mesh_miso.rddata(c_word_w-1 DOWNTO 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment