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

Correct tse_rx_siso.

parent c501b581
No related branches found
No related tags found
1 merge request!293Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains...
......@@ -129,7 +129,7 @@ BEGIN
tse_tx_siso => tse_tx_siso,
-- . Rx
tse_rx_sosi => tse_rx_sosi,
tse_rx_siso => tse_tx_siso
tse_rx_siso => tse_rx_siso
);
u_tech_tse_with_setup : ENTITY tech_tse_lib.tech_tse_with_setup
......
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