added event and obj ID parsing

This commit is contained in:
Robin Mueller
2022-03-04 11:56:42 +01:00
parent 47f982e4f7
commit 2e0cd0fcf4
7 changed files with 93 additions and 43 deletions

View File

@ -63,7 +63,7 @@ def pack_ploc_mpsoc_test_into(object_id: bytearray, tc_queue: TcQueueT) -> TcQue
def generate_write_mem_command(
object_id: bytearray, memory_address: bytearray, memory_data: int
object_id: bytearray, memory_address: bytes, memory_data: int
) -> bytearray:
"""This function generates the command to write to a memory address within the PLOC
@param object_id The object id of the PlocHandler