Skip to content
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

CR-1217846: In trace and profiling provide a better name than "Edge" on edge platforms #8617

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

jvillarre
Copy link
Collaborator

Problem solved by the commit

Profiling was incorrectly ignoring metadata regarding each platform's name and using the nondescriptive term "edge" for all boards PL sections. The name of the platform was successfully read from the metadata from the profiling library, but then it was overwritten with the generic term "edge."

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

This pull request removes the extraneous setting of the platform name in the plugin objects and leaves the correct name as determined by the centralized database which parses the metadata.

Risks (if any) associated the changes in the commit

Automated scripts that look for the generic name "edge" will now find a different name for the PL portion of trace.

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

A hardware and hardware emulation design that generates PL trace.

Documentation impact (if any)

Any Vitis documentation that references the trace PL section as "edge."

@jvillarre jvillarre merged commit c3f3fcc into Xilinx:master Nov 25, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants