diff --git a/ultrasound/L1/README.md b/ultrasound/L1/README.md index 15b900182..33cd4ab62 100644 --- a/ultrasound/L1/README.md +++ b/ultrasound/L1/README.md @@ -1,19 +1,3 @@ -# Copyright (C) 2019-2022, Xilinx, Inc. -# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# vitis makefile-generator v2.0.8 - ## Ultrasound Library - Level 1 (L1) The level 1 of Vitis Ultrasound Library contains the aie kernels. For more details information, please reference to L1 User Guide in the document for usage and design information. @@ -453,16 +437,20 @@ This kernel create a vector and returns it `LEN` times. - `out`: elements of the result of the operation (matrix) to be passed from the kernel. ## License -Copyright 2022 AMD, Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed using the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). + + Copyright (C) 2019-2022, Xilinx, Inc. + Copyright (C) 2022-2024, Advanced Micro Devices, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/ultrasound/L2/README.md b/ultrasound/L2/README.md index 28a400abe..2f1819030 100644 --- a/ultrasound/L2/README.md +++ b/ultrasound/L2/README.md @@ -117,16 +117,20 @@ This graph is used to compute the chordal version of the Catmull-Rom. It is call - `C`: A vector with the result of the interpolation ## License -Copyright 2022 AMD, Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed using the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). - http://www.apache.org/licenses/LICENSE-2.0 + Copyright (C) 2019-2022, Xilinx, Inc. + Copyright (C) 2022-2024, Advanced Micro Devices, Inc. -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/ultrasound/L2/tests/README.md b/ultrasound/L2/tests/README.md index fb1aa0098..3486f2eef 100644 --- a/ultrasound/L2/tests/README.md +++ b/ultrasound/L2/tests/README.md @@ -3,15 +3,15 @@ ### Setup Environment ```bash #!/bin/bash -# setup vitis_22.2 env -source /Vitis/2022.2/settings64.sh +# setup vitis_24.2 env +source /Vitis/2024.2/settings64.sh source /opt/xilinx/xrt/setup.sh export PLATFORM_REPO_PATHS= -export PLATFORM=xilinx_vck190_base_202220_1 +export PLATFORM=xilinx_vck190_base_202420_1 # set up your SYSROOT, ROOTFS and K_IMAGE PATH -export SYSROOT=/sw/versal/xilinx-versal-common-v2022.2/sysroots/aarch64-xilinx-linux/ -export ROOTFS=/sw/versal/xilinx-versal-common-v2022.2/rootfs.ext4 -export K_IMAGE=/sw/versal/xilinx-versal-common-v2022.2/Image +export SYSROOT=/sw/versal/xilinx-versal-common-v2024.2/sysroots/aarch64-xilinx-linux/ +export ROOTFS=/sw/versal/xilinx-versal-common-v2024.2/rootfs.ext4 +export K_IMAGE=/sw/versal/xilinx-versal-common-v2024.2/Image ``` ### Run a L2 Example @@ -27,16 +27,20 @@ make all TARGET=hw # build the entire program for hw_run ``` ## License -Copyright 2022 AMD, Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed using the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). - http://www.apache.org/licenses/LICENSE-2.0 + Copyright (C) 2019-2022, Xilinx, Inc. + Copyright (C) 2022-2024, Advanced Micro Devices, Inc. -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/ultrasound/L3/README.md b/ultrasound/L3/README.md index 0e3d5c052..fdf67cb0c 100644 --- a/ultrasound/L3/README.md +++ b/ultrasound/L3/README.md @@ -135,16 +135,20 @@ This beamformer is the one used to compute SA beamformation. As the graph is obt - `C`: A vector with the result of the interpolation ## License -Copyright 2022 AMD, Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed using the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). - http://www.apache.org/licenses/LICENSE-2.0 + Copyright (C) 2019-2022, Xilinx, Inc. + Copyright (C) 2022-2024, Advanced Micro Devices, Inc. -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/ultrasound/L3/tests/README.md b/ultrasound/L3/tests/README.md index 9f99e1fbf..1cd5c6dc8 100644 --- a/ultrasound/L3/tests/README.md +++ b/ultrasound/L3/tests/README.md @@ -3,15 +3,15 @@ ### Setup Environment ```bash #!/bin/bash -# setup vitis_22.2 env -source /Vitis/2022.2/settings64.sh +# setup vitis_24.2 env +source /Vitis/2024.2/settings64.sh source /opt/xilinx/xrt/setup.sh export PLATFORM_REPO_PATHS= -export PLATFORM=xilinx_vck190_base_202220_1 +export PLATFORM=xilinx_vck190_base_202420_1 # set up your SYSROOT, ROOTFS and K_IMAGE PATH -export SYSROOT=/sw/versal/xilinx-versal-common-v2022.2/sysroots/aarch64-xilinx-linux/ -export ROOTFS=/sw/versal/xilinx-versal-common-v2022.2/rootfs.ext4 -export K_IMAGE=/sw/versal/xilinx-versal-common-v2022.2/Image +export SYSROOT=/sw/versal/xilinx-versal-common-v2024.2/sysroots/aarch64-xilinx-linux/ +export ROOTFS=/sw/versal/xilinx-versal-common-v2024.2/rootfs.ext4 +export K_IMAGE=/sw/versal/xilinx-versal-common-v2024.2/Image ``` ### Run a L3 Example @@ -27,16 +27,20 @@ make all TARGET=hw # build the entire program for hw_run ``` ## License -Copyright 2022 AMD, Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed using the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). - http://www.apache.org/licenses/LICENSE-2.0 + Copyright (C) 2019-2022, Xilinx, Inc. + Copyright (C) 2022-2024, Advanced Micro Devices, Inc. -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/ultrasound/README.md b/ultrasound/README.md index f83c485f7..9e975cd3b 100644 --- a/ultrasound/README.md +++ b/ultrasound/README.md @@ -24,16 +24,20 @@ cd Vitis_Libraries/ultrasound - [Run L3 testcase](L3/tests) ## License -Copyright 2022 AMD, Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed using the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). - http://www.apache.org/licenses/LICENSE-2.0 + Copyright (C) 2019-2022, Xilinx, Inc. + Copyright (C) 2022-2024, Advanced Micro Devices, Inc. -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/ultrasound/docs/Doxyfile_L1 b/ultrasound/docs/Doxyfile_L1 index d11470471..91668e107 100644 --- a/ultrasound/docs/Doxyfile_L1 +++ b/ultrasound/docs/Doxyfile_L1 @@ -1,6 +1,6 @@ # # Copyright (C) 2019-2022, Xilinx, Inc. -# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# Copyright (C) 2022-2024, Advanced Micro Devices, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ultrasound/docs/Doxyfile_L2 b/ultrasound/docs/Doxyfile_L2 index 1ead378a9..b1f8aba6f 100644 --- a/ultrasound/docs/Doxyfile_L2 +++ b/ultrasound/docs/Doxyfile_L2 @@ -1,6 +1,6 @@ # # Copyright (C) 2019-2022, Xilinx, Inc. -# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# Copyright (C) 2022-2024, Advanced Micro Devices, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ultrasound/docs/Doxyfile_L3 b/ultrasound/docs/Doxyfile_L3 index 1d4391acb..408dba67f 100644 --- a/ultrasound/docs/Doxyfile_L3 +++ b/ultrasound/docs/Doxyfile_L3 @@ -1,6 +1,6 @@ # # Copyright (C) 2019-2022, Xilinx, Inc. -# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# Copyright (C) 2022-2024, Advanced Micro Devices, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ultrasound/docs/Makefile b/ultrasound/docs/Makefile index 4fbd767d0..16a373c7f 100644 --- a/ultrasound/docs/Makefile +++ b/ultrasound/docs/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2019-2022, Xilinx, Inc. -# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# Copyright (C) 2022-2024, Advanced Micro Devices, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ultrasound/docs/Makefile.sphinx b/ultrasound/docs/Makefile.sphinx index 3997f2187..3a77b27b4 100644 --- a/ultrasound/docs/Makefile.sphinx +++ b/ultrasound/docs/Makefile.sphinx @@ -1,6 +1,6 @@ # Minimal makefile for Sphinx documentation # Copyright (C) 2019-2022, Xilinx, Inc. -# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# Copyright (C) 2022-2024, Advanced Micro Devices, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ultrasound/docs/src/conf.py b/ultrasound/docs/src/conf.py index bd8c4204b..fd9cd1cac 100644 --- a/ultrasound/docs/src/conf.py +++ b/ultrasound/docs/src/conf.py @@ -1,6 +1,6 @@ # # Copyright (C) 2019-2022, Xilinx, Inc. -# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# Copyright (C) 2022-2024, Advanced Micro Devices, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,13 +41,13 @@ # -- Project information ----------------------------------------------------- project = 'Vitis Ultrasound Library' -copyright = '2023, Xilinx' +copyright = '2024, AMD' author = 'Xilinx' # The short X.Y version -version = '2023.1' +version = '2024.2' # The full version, including alpha/beta/rc tags -release = 'v2023.1' +release = 'v2024.2' # For bottom-left nav try: @@ -57,7 +57,7 @@ #html_context['display_lower_left'] = True html_context['current_version'] = version -html_context['versions'] = ['2023.1'] +html_context['versions'] = ['2024.2'] # -- General configuration --------------------------------------------------- @@ -244,4 +244,4 @@ def setup(app): 'url_resolver': lambda url: github_doc_root + url, 'auto_toc_tree_section': 'Contents', }, True) - app.add_transform(AutoStructify) \ No newline at end of file + app.add_transform(AutoStructify) diff --git a/ultrasound/docs/src/features/details_L1.rst b/ultrasound/docs/src/features/details_L1.rst index 082feefb2..c4e6e1b72 100644 --- a/ultrasound/docs/src/features/details_L1.rst +++ b/ultrasound/docs/src/features/details_L1.rst @@ -1,6 +1,6 @@ .. -.. Copyright © 2019–2023 Advanced Micro Devices, Inc +.. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. diff --git a/ultrasound/docs/src/features/details_L2.rst b/ultrasound/docs/src/features/details_L2.rst index 3ed248af4..1932fd0f0 100644 --- a/ultrasound/docs/src/features/details_L2.rst +++ b/ultrasound/docs/src/features/details_L2.rst @@ -1,6 +1,6 @@ .. -.. Copyright © 2019–2023 Advanced Micro Devices, Inc +.. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. diff --git a/ultrasound/docs/src/features/details_L3.rst b/ultrasound/docs/src/features/details_L3.rst index 6d1f2fe75..f641ffcf7 100644 --- a/ultrasound/docs/src/features/details_L3.rst +++ b/ultrasound/docs/src/features/details_L3.rst @@ -1,6 +1,6 @@ .. -.. Copyright © 2019–2023 Advanced Micro Devices, Inc +.. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. diff --git a/ultrasound/docs/src/features/features.rst b/ultrasound/docs/src/features/features.rst index a0198b991..3f137014b 100644 --- a/ultrasound/docs/src/features/features.rst +++ b/ultrasound/docs/src/features/features.rst @@ -1,5 +1,5 @@ .. - .. Copyright © 2019–2023 Advanced Micro Devices, Inc + .. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. .. _features: diff --git a/ultrasound/docs/src/index.rst b/ultrasound/docs/src/index.rst index 5e016ff29..bedad81d5 100644 --- a/ultrasound/docs/src/index.rst +++ b/ultrasound/docs/src/index.rst @@ -1,5 +1,5 @@ .. - .. Copyright © 2019–2023 Advanced Micro Devices, Inc + .. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. diff --git a/ultrasound/docs/src/introduction/overview.rst b/ultrasound/docs/src/introduction/overview.rst index 1411a7b00..5eeef7f6d 100644 --- a/ultrasound/docs/src/introduction/overview.rst +++ b/ultrasound/docs/src/introduction/overview.rst @@ -1,5 +1,5 @@ .. - .. Copyright © 2019–2023 Advanced Micro Devices, Inc + .. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. @@ -14,7 +14,7 @@ Requirements Software Platform ~~~~~~~~~~~~~~~~~ -This library is designed to work with AMD Vitis |trade| 2023.2 and later, and therefore, inherits the system requirements of Vitis and XRT. +This library is designed to work with AMD Vitis |trade| 2024.2 and later, and therefore, inherits the system requirements of Vitis and XRT. Supported operating systems are RHEL/CentOS 7.4, 7.5 and Ubuntu 16.04.4 LTS, 18.04.1 LTS. With CentOS/RHEL 7.4 and 7.5, C++11/C++14 should be enabled via diff --git a/ultrasound/docs/src/introduction/release.rst b/ultrasound/docs/src/introduction/release.rst index 4452aac97..eb1885eb1 100644 --- a/ultrasound/docs/src/introduction/release.rst +++ b/ultrasound/docs/src/introduction/release.rst @@ -1,5 +1,5 @@ .. - .. Copyright © 2019–2023 Advanced Micro Devices, Inc + .. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. diff --git a/ultrasound/docs/src/resources_documents/resources.rst b/ultrasound/docs/src/resources_documents/resources.rst index 3299db827..a6473f5ae 100644 --- a/ultrasound/docs/src/resources_documents/resources.rst +++ b/ultrasound/docs/src/resources_documents/resources.rst @@ -1,5 +1,5 @@ .. - .. Copyright © 2019–2023 Advanced Micro Devices, Inc + .. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. diff --git a/ultrasound/docs/src/tutorial/tutorial.rst b/ultrasound/docs/src/tutorial/tutorial.rst index 2d8659dd1..b1ffb5057 100644 --- a/ultrasound/docs/src/tutorial/tutorial.rst +++ b/ultrasound/docs/src/tutorial/tutorial.rst @@ -1,5 +1,5 @@ .. - .. Copyright © 2019–2023 Advanced Micro Devices, Inc + .. Copyright © 2019–2024 Advanced Micro Devices, Inc `Terms and Conditions `_. @@ -44,14 +44,14 @@ Setup Environment #!/bin/bash # setup vitis env - source /Vitis/2023.2/settings64.sh - source /2023.2/xbb/xrt/packages/setenv.sh + source /Vitis/2024.2/settings64.sh + source /2024.2/xbb/xrt/packages/setenv.sh export PLATFORM_REPO_PATHS= # set petalinux related env - export SYSROOT=/sw/versal/xilinx-versal-common-v2023.2/sysroots/aarch64-xilinx-linux/ - export ROOTFS=/sw/versal/xilinx-versal-common-v2023.2/rootfs.ext4 - export K_IMAGE=/sw/versal/xilinx-versal-common-v2023.2/Image + export SYSROOT=/sw/versal/xilinx-versal-common-v2024.2/sysroots/aarch64-xilinx-linux/ + export ROOTFS=/sw/versal/xilinx-versal-common-v2024.2/rootfs.ext4 + export K_IMAGE=/sw/versal/xilinx-versal-common-v2024.2/Image Download the Vitis Ultrasound Library --------------------------------------