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

Added eth_src_out to support further external analysis.

parent c4495161
No related branches found
No related tags found
1 merge request!175Added t_sdp_sim. Add func_sdp_get_stat_*() functions to determine the header...
......@@ -60,6 +60,7 @@ ENTITY eth_statistics IS
);
PORT (
eth_serial_in : IN STD_LOGIC;
eth_src_out : OUT t_dp_sosi; -- Output received sosi
tb_end : OUT STD_LOGIC -- To be used to stop test-bench generated clocks
);
END eth_statistics;
......@@ -148,4 +149,7 @@ BEGIN
tb_end => i_tb_end
);
-- Output the received decoded data, to support further external analysis
eth_src_out <= tech_tse_rx_src_out;
END str;
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