Skip to content

Commit 637a273

Browse files
Archana GGitHub Enterprise
Archana G
authored and
GitHub Enterprise
committed
AIE/D/08-N-body simulator: 2024.1 update
1 parent f67f66e commit 637a273

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#######################################################
2-
Version: Vitis 2023.2
2+
Version: Vitis 2024.1
33
#######################################################
44

5-
To view the source files for this tutorial, click `here <https://github.com/Xilinx/Vitis-Tutorials/tree/2023.2/AI_Engine_Development/Design_Tutorials/08-n-body-simulator>`_.
5+
To view the source files for this tutorial, click `here <https://github.com/Xilinx/Vitis-Tutorials/tree/2024.1/AI_Engine_Development/Design_Tutorials/08-n-body-simulator>`_.

AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
#SPDX-License-Identifier: MIT
44

55
help::

AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_01_python_sims/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
#SPDX-License-Identifier: MIT
44

55
.PHONY: help

AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_01_python_sims/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ GitHub issues will be used for tracking requests and bugs. For questions go to [
102102

103103

104104

105-
<p class="sphinxhide" align="center"><sub>Copyright © 2020–2023 Advanced Micro Devices, Inc</sub></p>
105+
<p class="sphinxhide" align="center"><sub>Copyright © 2020–2024 Advanced Micro Devices, Inc</sub></p>
106106

107107
<p class="sphinxhide" align="center"><sup><a href="https://www.amd.com/en/corporate/copyright">Terms and Conditions</a></sup></p>

AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_01_python_sims/pylib/animate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44
import numpy as np

AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_01_python_sims/pylib/nbody.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44

AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_01_python_sims/pylib/particles.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44
import numpy as np

AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_01_python_sims/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44

0 commit comments

Comments
 (0)