Skip to content
Snippets Groups Projects
Commit 1d080403 authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-246, cleanup.

parent 03ce8fc1
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!83Resolve L2SDP-246
...@@ -72,9 +72,6 @@ ARCHITECTURE tb OF tb_lofar2_unb2b_filterbank_sst_offload IS ...@@ -72,9 +72,6 @@ ARCHITECTURE tb OF tb_lofar2_unb2b_filterbank_sst_offload IS
-- . 1GbE output -- . 1GbE output
CONSTANT c_eth_check_nof_packets : NATURAL := 4512; -- received packets in 2 sync periods CONSTANT c_eth_check_nof_packets : NATURAL := 4512; -- received packets in 2 sync periods
CONSTANT c_eth_header_size : NATURAL := 44; -- pad(2) + eth(14) + ip(20) + udp(8)
CONSTANT c_udp_payload_size : NATURAL := 4128; -- udp payload 32 + 4096
CONSTANT c_eth_packet_size : NATURAL := c_eth_header_size + c_udp_payload_size;
CONSTANT c_eth_runtime_timeout : TIME := 100 ms; -- factor 2 margin CONSTANT c_eth_runtime_timeout : TIME := 100 ms; -- factor 2 margin
-- MM -- MM
...@@ -250,7 +247,7 @@ BEGIN ...@@ -250,7 +247,7 @@ BEGIN
g_runtime_nof_packets => c_eth_check_nof_packets, g_runtime_nof_packets => c_eth_check_nof_packets,
g_runtime_timeout => c_eth_runtime_timeout, g_runtime_timeout => c_eth_runtime_timeout,
g_check_nof_valid => TRUE, g_check_nof_valid => TRUE,
g_check_nof_valid_ref => c_eth_check_nof_packets -- *c_eth_packet_size g_check_nof_valid_ref => c_eth_check_nof_packets
) )
PORT MAP ( PORT MAP (
eth_serial_in => eth_txp(0), eth_serial_in => eth_txp(0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment