Skip to content
Snippets Groups Projects
Commit e22e004c authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

increased c_sdp_offload_time as mentioned in L2SDP-452

parent dd5c4408
No related branches found
No related tags found
1 merge request!136Resolve L2SDP-431
...@@ -113,7 +113,8 @@ PACKAGE sdp_pkg is ...@@ -113,7 +113,8 @@ PACKAGE sdp_pkg is
CONSTANT c_sdp_marker_bst : NATURAL := 66; -- = 0x42 = 'B' CONSTANT c_sdp_marker_bst : NATURAL := 66; -- = 0x42 = 'B'
CONSTANT c_sdp_marker_xst : NATURAL := 88; -- = 0x58 = 'X' CONSTANT c_sdp_marker_xst : NATURAL := 88; -- = 0x58 = 'X'
CONSTANT c_sdp_offload_time : NATURAL := 13000; -- from wave window 62855nS / 5nS = 12571 cycles. --CONSTANT c_sdp_offload_time : NATURAL := 13000; -- from wave window 62855nS / 5nS = 12571 cycles.
CONSTANT c_sdp_offload_time : NATURAL := 600000; .
-- In SDP c_nof_channels = 2**nof_chan = 1 and wb_factor = 1, -- In SDP c_nof_channels = 2**nof_chan = 1 and wb_factor = 1,
......
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