Go to file
Greek 80cffb8197 Fix unaligned payload handling in DDS Reader
Since the payload can only be padded until the next 4-byte aligned
address, we needed a way to read out only the actual payload in case the
payload was not aligned in the last payload slot (did not go until the
end of the payload slot). This is now handled by an additional bit flag
in the Sample Status Info which denotes if the payload is aligned. In
the case the payload is unaligned, the last address of the last payload
slot contains the offset of the actual payload end.
This commit also adds MEMORY RESET states for the Sample, payload, and
instance Memory.
2021-02-08 12:31:36 +01:00
doc Add and update doc 2021-01-11 12:06:18 +01:00
sim * Added rtps_builting_endpoint_test7 2020-12-06 23:55:28 +01:00
src Fix unaligned payload handling in DDS Reader 2021-02-08 12:31:36 +01:00
syn Add and update doc 2021-01-11 12:06:18 +01:00
.gitattributes * Added DDS/RTPS Documentation 2020-05-10 19:31:49 +02:00
.gitignore * Re-design rtps_builtin_endpoint 2020-11-29 23:34:28 +01:00
.gitmodules * Added OSVVM Library as Submodule 2020-11-15 20:34:39 +01:00
Report.txt * Added Documentation 2020-05-24 13:08:03 +02:00
VHDL-2008.txt * rtps_builtin_endpoint compiles 2020-10-26 23:43:54 +01:00