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

connected ref_sync

parent 672d924e
No related branches found
No related tags found
1 merge request!180connected ref_sync
Pipeline #22399 passed
Pipeline: sdptr

#22400

    ......@@ -171,6 +171,7 @@ BEGIN
    reg_bsn_monitor_v2_copi => reg_bsn_monitor_v2_ring_tx_copi,
    reg_bsn_monitor_v2_cipo => reg_bsn_monitor_v2_ring_tx_cipo,
    ref_sync => bs_sosi.sync,
    tx_select => tx_select,
    remove_channel => lane_info.transport_nof_hops,
    this_rn => this_rn,
    ......
    ......@@ -63,6 +63,7 @@ ENTITY ring_tx IS
    reg_bsn_monitor_v2_copi : IN t_mem_copi;
    reg_bsn_monitor_v2_cipo : OUT t_mem_cipo;
    ref_sync : IN STD_LOGIC;
    tx_select : IN STD_LOGIC;
    remove_channel : IN STD_LOGIC_VECTOR(c_dp_stream_channel_w-1 DOWNTO 0);
    this_rn : IN STD_LOGIC_VECTOR(c_byte_w-1 DOWNTO 0);
    ......@@ -233,7 +234,8 @@ BEGIN
    dp_rst => dp_rst,
    dp_clk => dp_clk,
    in_sosi_arr => monitor_sosi_arr
    in_sosi_arr => monitor_sosi_arr,
    ref_sync => ref_sync
    );
    END GENERATE;
    ......
    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