XRT icon indicating copy to clipboard operation
XRT copied to clipboard

VITIS-11832 - use same patching scheme for same hardware regardless of firmware code path

Open dezhiAmd opened this issue 10 months ago • 0 comments

Problem solved by the commit

Currently transaction-buffer and dpu-sequence uses different patching scheme. But same hardware should use same patching scheme.

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

How problem was solved, alternative solutions (if any) and why they were rejected

Merge different patching scheme by adjusting offset in assembler. Refer to assembler PR (https://gitenterprise.xilinx.com/XRT/aiebu/pull/22/files)

Risks (if any) associated the changes in the commit

What has been tested and how, request additional testing if necessary

Dump file ctrlpktBoPatched.bin before adjusting offset and after adjusting offset, compare the two files and they are identical

Documentation impact (if any)

dezhiAmd avatar Apr 16 '24 19:04 dezhiAmd