Skip to content
Snippets Groups Projects
Commit e202430a authored by Eric Kooistra's avatar Eric Kooistra
Browse files

removed unused jesd204b_reset signal.

parent 0887d94f
No related branches found
No related tags found
1 merge request!219No functional change. Use short index variables names in capitals, to ease...
Pipeline #26265 passed
......@@ -145,14 +145,13 @@ ARCHITECTURE str OF node_sdp_adc_input_and_timing IS
SIGNAL mm_rst_internal : STD_LOGIC;
SIGNAL mm_jesd_ctrl_reg : STD_LOGIC_VECTOR(c_word_w-1 DOWNTO 0);
SIGNAL jesd204b_disable_arr : STD_LOGIC_VECTOR(c_sdp_S_pn-1 DOWNTO 0);
SIGNAL jesd204b_reset : STD_LOGIC;
BEGIN
-- The node AIT is reset at power up by mm_rst and under software control by jesd204b_reset.
-- The node AIT is reset at power up by mm_rst and under software control by jesd204b_disable_arr.
-- The mm_rst internal will cause a reset on the rx_rst by the reset sequencer in the u_jesd204b.
-- The MM jesd204b_reset is intended for node AIT resynchronisation tests of the u_jesd204b.
-- The MM jesd204b_reset should not be applied in an SDP application, because this will cause
-- The MM jesd204b_disable_arr is intended for node AIT resynchronisation tests of the u_jesd204b.
-- The MM jesd204b_disable_arr should not be applied in an SDP application, because this will cause
-- a disturbance in the block timing of the out_sosi_arr(i).sync,bsn,sop,eop. The other logic
-- in an SDP application assumes that the block timing of the out_sosi_arr(i) only contains
-- complete blocks, so from sop to eop.
......
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