Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions profile/device/common/transactions/op_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define __OP_TYPES_H__

/* Following headers are not needed anymore.
* Updated aie-rt submodule provides required declarations.
* Updated aie-codegen submodule provides required declarations.
*/
/*
#include "op_defs.h"
Expand Down Expand Up @@ -38,7 +38,7 @@ typedef struct {
} print_op_t;

/* Following typedef declarations are now available
* in updated aie-rt submodule
* in updated aie-codegen submodule
*/
/*
typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion profile/plugin/aie_debug/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ elseif (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")
add_dependencies(xdp_aie_debug_plugin xdp_core xrt_coreutil)
target_link_libraries(xdp_aie_debug_plugin PRIVATE xdp_core xrt_coreutil aie_codegen)
target_compile_definitions(xdp_aie_debug_plugin PRIVATE XDP_CLIENT_BUILD=1 XDP_USE_AIE_CODEGEN=1 -DXAIE_FEATURE_MSVC)
target_include_directories(xdp_aie_debug_plugin PRIVATE ${AIERT_DIR}/include)
target_include_directories(xdp_aie_debug_plugin PRIVATE ${AIE_CODEGEN_DIR}/include)
set_target_properties(xdp_aie_debug_plugin PROPERTIES VERSION ${XRT_VERSION_STRING} SOVERSION ${XRT_SOVERSION})

install (TARGETS xdp_aie_debug_plugin
Expand Down
2 changes: 1 addition & 1 deletion profile/plugin/aie_dtrace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if (XDP_VE2_BUILD_CMAKE STREQUAL "yes")
${CMAKE_SOURCE_DIR}/src
${AIEFAL_DIR}
${AIEBU_SOURCE_DIR}/src/cpp/include
${AIERT_DIR}/include
${AIE_CODEGEN_DIR}/include
${XRT_SOURCE_DIR}/runtime_src/core/common/elf
)
set_target_properties(xdp_aie_dtrace_plugin_xdna PROPERTIES VERSION ${XRT_VERSION_STRING}
Expand Down
4 changes: 2 additions & 2 deletions profile/plugin/aie_halt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")
add_dependencies(xdp_aie_halt_plugin xdp_core xrt_coreutil)
target_link_libraries(xdp_aie_halt_plugin PRIVATE xdp_core xrt_coreutil aie_codegen)
target_compile_definitions(xdp_aie_halt_plugin PRIVATE XDP_CLIENT_BUILD=1 XDP_USE_AIE_CODEGEN=1 -DXAIE_FEATURE_MSVC)
target_include_directories(xdp_aie_halt_plugin PRIVATE ${AIERT_DIR}/include)
target_include_directories(xdp_aie_halt_plugin PRIVATE ${AIE_CODEGEN_DIR}/include)
set_target_properties(xdp_aie_halt_plugin PROPERTIES VERSION ${XRT_VERSION_STRING} SOVERSION ${XRT_SOVERSION})

install (TARGETS xdp_aie_halt_plugin
Expand All @@ -46,7 +46,7 @@ elseif (XDP_VE2_BUILD_CMAKE STREQUAL "yes")
add_dependencies(xdp_aie_halt_plugin xdp_core xrt_coreutil)

# Note: For ve2, a prebuilt elf is loaded so aie-codegen library is not needed
#target_include_directories(xdp_aie_halt_plugin PRIVATE ${AIERT_DIR}/include)
#target_include_directories(xdp_aie_halt_plugin PRIVATE ${AIE_CODEGEN_DIR}/include)
#target_link_libraries(xdp_aie_halt_plugin PRIVATE xdp_core xrt_coreutil aie_codegen)
target_link_libraries(xdp_aie_halt_plugin PRIVATE xdp_core xrt_coreutil)
target_compile_definitions(xdp_aie_halt_plugin PRIVATE XDP_VE2_BUILD=1 XDP_USE_AIE_CODEGEN=1)
Expand Down
4 changes: 2 additions & 2 deletions profile/plugin/aie_profile/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")
add_dependencies(xdp_aie_profile_plugin xdp_core xrt_coreutil)
target_link_libraries(xdp_aie_profile_plugin PRIVATE xdp_core xrt_coreutil aie_codegen)
target_compile_definitions(xdp_aie_profile_plugin PRIVATE XDP_CLIENT_BUILD=1 XDP_USE_AIE_CODEGEN=1 -DXAIE_FEATURE_MSVC)
target_include_directories(xdp_aie_profile_plugin PRIVATE ${AIERT_DIR}/include)
target_include_directories(xdp_aie_profile_plugin PRIVATE ${AIE_CODEGEN_DIR}/include)
set_target_properties(xdp_aie_profile_plugin PROPERTIES VERSION ${XRT_VERSION_STRING} SOVERSION ${XRT_SOVERSION})

install (TARGETS xdp_aie_profile_plugin
Expand Down Expand Up @@ -95,7 +95,7 @@ else()
${CMAKE_SOURCE_DIR}/src
${AIEFAL_DIR}
${AIEBU_SOURCE_DIR}/src/cpp/include
${AIERT_DIR}/include
${AIE_CODEGEN_DIR}/include
${XRT_SOURCE_DIR}/runtime_src/core/common/elf
)
set_target_properties(xdp_aie_profile_plugin_xdna PROPERTIES VERSION ${XRT_VERSION_STRING} SOVERSION ${XRT_SOVERSION})
Expand Down
4 changes: 2 additions & 2 deletions profile/plugin/aie_trace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")
add_dependencies(xdp_aie_trace_plugin xdp_core xrt_coreutil)
target_link_libraries(xdp_aie_trace_plugin PRIVATE xdp_core xrt_coreutil aie_codegen)
target_compile_definitions(xdp_aie_trace_plugin PRIVATE XDP_CLIENT_BUILD=1 XDP_USE_AIE_CODEGEN=1 -DXAIE_FEATURE_MSVC)
target_include_directories(xdp_aie_trace_plugin PRIVATE ${AIERT_DIR}/include)
target_include_directories(xdp_aie_trace_plugin PRIVATE ${AIE_CODEGEN_DIR}/include)
set_target_properties(xdp_aie_trace_plugin PROPERTIES VERSION ${XRT_VERSION_STRING} SOVERSION ${XRT_SOVERSION})

install (TARGETS xdp_aie_trace_plugin
Expand Down Expand Up @@ -113,7 +113,7 @@ else()
${CMAKE_SOURCE_DIR}/src
${AIEFAL_DIR}
${AIEBU_SOURCE_DIR}/src/cpp/include
${AIERT_DIR}/include
${AIE_CODEGEN_DIR}/include
${XRT_SOURCE_DIR}/runtime_src/core/common/elf
)
set_target_properties(xdp_aie_trace_plugin_xdna PROPERTIES VERSION ${XRT_VERSION_STRING} SOVERSION ${XRT_SOVERSION})
Expand Down
Loading