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

Fixed minor comment issue.

parent ad414840
No related branches found
No related tags found
1 merge request!425Resolve L2SDP-1063
......@@ -348,8 +348,8 @@ package sdp_pkg is
-- on the state of the FW.
-- . If a data path controlled field is not set in the FW, then it defaults to 0 by declaring
-- hdr_fields_in_arr with all 0. Hence e.g. udp_checksum = 0 can be achieve via data path
--
-- and default hdr_fields_in_arr = 0 or via MM controlled and field_default(0).
--
-- eth ip udp app
constant c_sdp_stat_hdr_field_sel : std_logic_vector(c_sdp_stat_nof_hdr_fields - 1 downto 0) :=
"1" & "101" & "111011111001" & "0100" & "0100" & "00000000" & "1000000" & "0"; -- current
......
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