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

Added remark about related components.

parent 9253f63c
Branches
No related tags found
1 merge request!100Removed text for XSub that is now written in Confluence Subband correlator...
...@@ -63,6 +63,12 @@ ...@@ -63,6 +63,12 @@
-- dp_block_gen. This assumes that the DSP does pass on the valid, that the -- dp_block_gen. This assumes that the DSP does pass on the valid, that the
-- block size is known and that the first valid at the output corresponds -- block size is known and that the first valid at the output corresponds
-- to a sop. -- to a sop.
-- . These are related components that try to pass on sosi info from begin to
-- end, without having to pass it on through each step in the sosi data
-- processing.
-- - dp_paged_sop_eop_reg
-- - dp_fifo_info.vhd
-- - dp_block_gen_valid_arr
LIBRARY IEEE, common_lib, technology_lib; LIBRARY IEEE, common_lib, technology_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
......
...@@ -32,6 +32,12 @@ ...@@ -32,6 +32,12 @@
-- eop_wr_en <= snk_in.eop & snk_in.eop; -- eop_wr_en <= snk_in.eop & snk_in.eop;
-- to capture the input at the first wr_en and hold it for output at the -- to capture the input at the first wr_en and hold it for output at the
-- next wr_en. -- next wr_en.
-- . These are related components that try to pass on sosi info from begin to
-- end, without having to pass it on through each step in the sosi data
-- processing.
-- - dp_paged_sop_eop_reg
-- - dp_fifo_info.vhd
-- - dp_block_gen_valid_arr
LIBRARY IEEE, common_lib; LIBRARY IEEE, common_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment