Skip to content
Snippets Groups Projects
Commit 022d9cdb authored by Job van Wee's avatar Job van Wee
Browse files

Ready for review.

parent 01c068b9
Branches
No related tags found
1 merge request!215Resolve L2SDP-660
Pipeline #26497 passed
...@@ -33,7 +33,7 @@ PACKAGE dp_stream_pkg Is ...@@ -33,7 +33,7 @@ PACKAGE dp_stream_pkg Is
-- Remarks: -- Remarks:
-- * Choose smallest maximum SOSI slv lengths that fit all use cases, because unconstrained record fields slv is not allowed -- * Choose smallest maximum SOSI slv lengths that fit all use cases, because unconstrained record fields slv is not allowed
-- * The large SOSI data field width of 256b has some disadvantages: -- * The large SOSI data field width of 256b has some disadvantages:
-- . about 1ni0% extra simulation time and PC memory usage compared to 72b (measured using tb_unb_tse_board) -- . about 10% extra simulation time and PC memory usage compared to 72b (measured using tb_unb_tse_board)
-- . a 256b number has 64 hex digits in the Wave window which is awkward because of the leading zeros when typically -- . a 256b number has 64 hex digits in the Wave window which is awkward because of the leading zeros when typically
-- only 32b are used, fortunately integer representation still works OK (except 0 which is shown as blank). -- only 32b are used, fortunately integer representation still works OK (except 0 which is shown as blank).
-- However the alternatives are not attractive, because they affect the implementation of the streaming -- However the alternatives are not attractive, because they affect the implementation of the streaming
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment