Skip to content

Commit

Permalink
Remove references to deprecated xclAPIs (Xilinx#7459)
Browse files Browse the repository at this point in the history
This commit removes links to xcl API section that were deprecated in
previous release.  Come 2023.2 XRT will no longer support any xclAPIs.
  • Loading branch information
stsoe authored Mar 22, 2023
1 parent 37c1939 commit fa43fd6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
8 changes: 0 additions & 8 deletions src/runtime_src/doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ file(GLOB XRT_SYSTEM_H ${XRT_RUNTIME_SRC_DIR}/core/include/experimental/xrt_
file(GLOB XRT_UUID_H ${XRT_RUNTIME_SRC_DIR}/core/include/xrt/xrt_uuid.h)
file(GLOB XRT_XCLBIN_H ${XRT_RUNTIME_SRC_DIR}/core/include/experimental/xrt_xclbin.h)
file(GLOB XRT_INI_H ${XRT_RUNTIME_SRC_DIR}/core/include/experimental/xrt_ini.h)
file(GLOB XRT_XRT_H ${XRT_RUNTIME_SRC_DIR}/core/include/xrt.h)
file(GLOB XRT_ERT_H ${XRT_RUNTIME_SRC_DIR}/core/include/ert.h)
file(GLOB XRT_XMA_H ${XRT_RUNTIME_SRC_DIR}/../xma/include/xma.h)
file(GLOB XRT_XMA_PLUGIN_H ${XRT_RUNTIME_SRC_DIR}/../xma/include/xmaplugin.h)
Expand Down Expand Up @@ -160,12 +159,6 @@ else ()
VERBATIM
)

add_custom_command(OUTPUT core/xrt.rst
COMMAND ${KERNELDOC_EXECUTABLE} -rst ${XRT_XRT_H} > core/xrt.rst
DEPENDS ${XRT_XRT_H}
VERBATIM
)

add_custom_command(OUTPUT core/ert.rst
COMMAND ${KERNELDOC_EXECUTABLE} -rst ${XRT_ERT_H} > core/ert.rst
DEPENDS ${XRT_ERT_H}
Expand Down Expand Up @@ -243,7 +236,6 @@ else ()
core/xrt_system.rst
core/xrt_uuid.rst
core/xrt_xclbin.rst
core/xrt.rst
core/ert.rst
core/xma.rst
core/xmaplugin.rst
Expand Down
1 change: 0 additions & 1 deletion src/runtime_src/doc/toc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ FPGA. The key user APIs are defined in ``xrt.h`` header file.
platforms_partitions.rst
sysfs.rst
formats.rst
xrt.main.rst
ert.main.rst
mgmt-ioctl.main.rst
xocl_ioctl.main.rst
Expand Down
10 changes: 0 additions & 10 deletions src/runtime_src/doc/toc/xrt.main.rst

This file was deleted.

0 comments on commit fa43fd6

Please sign in to comment.