Skip to content
Snippets Groups Projects
Commit ed183ed2 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

added missing signal

parent 1a2e4115
No related branches found
No related tags found
1 merge request!100Removed text for XSub that is now written in Confluence Subband correlator...
......@@ -147,6 +147,8 @@ ARCHITECTURE tb OF tb_tech_jesd204b IS
SIGNAL avs_readdata : t_slv_32_arr(c_nof_streams_jesd204b-1 DOWNTO 0);
SIGNAL avs_address : t_slv_8_arr(c_nof_streams_jesd204b-1 DOWNTO 0);
SIGNAL jesd204b_disable_arr : STD_LOGIC_VECTOR(c_nof_streams_jesd204b-1 DOWNTO 0);
BEGIN
......@@ -157,6 +159,7 @@ BEGIN
mm_clk <= not mm_clk after c_mm_clk_period/2;
mm_rst <= '1', '0' after 800 ns;
jesd204b_disable_arr <= (OTHERS => '0');
------------------------------------------------------------------------------
......@@ -173,6 +176,9 @@ BEGIN
jesd204b_sysref => jesd204b_sysref_fpga,
jesd204b_sync_n_arr => jesd204b_sync_n_fpga,
jesd204b_disable_arr => jesd204b_disable_arr,
rx_sosi_arr => rx_sosi_arr,
rx_clk => rx_clk,
rx_rst => rx_rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment