Skip to content

Commit

Permalink
Build AIE PC Plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Ishita Ghosh <[email protected]>
  • Loading branch information
Ishita Ghosh committed Sep 21, 2024
1 parent 0985b06 commit a3e0361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/runtime_src/xdp/profile/plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")
add_subdirectory(aie_trace)
add_subdirectory(aie_debug)
add_subdirectory(aie_halt)
add_subdirectory(aie_pc)
add_subdirectory(ml_timeline)
endif()
else()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ namespace xdp {
}
}
}
// end
// end parsing settings and populating desired configurations

xdp::aie::driver_config meta_config = xdp::aie::getDriverConfig(aieMetadata, "aie_metadata.driver_config");

Expand Down

0 comments on commit a3e0361

Please sign in to comment.