Skip to content

Commit 74dec3c

Browse files
authored
Fixed payload keyname (#9426)
1 parent bcc672e commit 74dec3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime_src/xdp/profile/writer/vp_base/vp_run_summary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace xdp {
180180
for (const auto& s : systemDiagrams) {
181181
boost::property_tree::ptree ptSystemDiagram;
182182
ptSystemDiagram.put("hw_context", s.contextId);
183-
ptSystemDiagram.put("payload_16bitEnd", s.systemDiagram.c_str());
183+
ptSystemDiagram.put("payload_16bitEnc", s.systemDiagram.c_str());
184184
ptSystemDiagrams.push_back(std::make_pair("", ptSystemDiagram));
185185
}
186186
ptRunSummary.add_child("system_diagrams", ptSystemDiagrams);

0 commit comments

Comments
 (0)