-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for CR:1163285: change reserved_row_start and reserved_num_rows to mem_row_start and mem_num_rows in aie_control_config.json #7565
Fix for CR:1163285: change reserved_row_start and reserved_num_rows to mem_row_start and mem_num_rows in aie_control_config.json #7565
Conversation
Signed-off-by: saumya garg <saumyag@xilinx.com>
Build Passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but, we are parsing json file in multiple places. Better to consolidate them in a single place if possible in your upcoming PRs..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but, we are parsing json file in multiple places. Better to consolidate them in a single place if possible in your upcoming PRs..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but, we are parsing json file in multiple places. Better to consolidate them in a single place if possible in your upcoming PRs..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but, we are parsing json file in multiple places. Better to consolidate them in a single place if possible in your upcoming PRs..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but, we are parsing json file in multiple places. Better to consolidate them in a single place if possible in your upcoming PRs..
Problem solved by the commit
https://jira.xilinx.com/browse/CR-1163285
XRT is now supporting old and new property i.e reserved_row_start , reserved_num_rows as well as mem_row_start and mem_num_rows in driver_config section aie_metadata. Once the aie compiler is updated, we can remove the old property ie. reserved_row_start and reserved_num_rows.
Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered
NA
How problem was solved, alternative solutions (if any) and why they were rejected
Risks (if any) associated the changes in the commit
NA
What has been tested and how, request additional testing if necessary
Verified application on aie1 and aie2 with updated xclbins
Documentation impact (if any)
NA