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

Default set all data path driven header fields to 0, e.g. for udp_checksum.

parent 44fb3887
No related branches found
No related tags found
1 merge request!283Resolve L2SDP-696
...@@ -99,7 +99,8 @@ ARCHITECTURE str OF sdp_beamformer_output IS ...@@ -99,7 +99,8 @@ ARCHITECTURE str OF sdp_beamformer_output IS
SIGNAL common_fifo_rd_req : STD_LOGIC; SIGNAL common_fifo_rd_req : STD_LOGIC;
SIGNAL payload_err : STD_LOGIC_VECTOR(0 DOWNTO 0); SIGNAL payload_err : STD_LOGIC_VECTOR(0 DOWNTO 0);
SIGNAL dp_offload_tx_hdr_fields : STD_LOGIC_VECTOR(1023 DOWNTO 0); -- Default set all data path driven header fields to 0
SIGNAL dp_offload_tx_hdr_fields : STD_LOGIC_VECTOR(1023 DOWNTO 0) := (OTHERS=>'0');
BEGIN BEGIN
......
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