Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PFM example src script file header license #423

Merged
merged 4 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion Getting_Started/Vitis_Platform/ref_files/vck190/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# 2023-04-02T21:02:13.258137
Expand Down
3 changes: 1 addition & 2 deletions Getting_Started/Vitis_Platform/ref_files/vck190/run.tcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/


if { $argc != 1 } {
puts "Please provide the board type with -tclargs: VCK190 or VCK190_ES1"
puts $argc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: X11
SPDX-License-Identifier: MIT
*/

/ {
Expand Down
2 changes: 1 addition & 1 deletion Getting_Started/Vitis_Platform/ref_files/vek280/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# 2023-04-02T21:02:13.258137
Expand Down
2 changes: 1 addition & 1 deletion Getting_Started/Vitis_Platform/ref_files/vek280/run.tcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: X11
SPDX-License-Identifier: MIT
*/

/ {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

VERSION ?=2023.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

proc numberOfCPUs {} {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: MIT
#*/
################################################################
# This is a generated script based on design: system
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# 2023-04-02T21:02:13.258137
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

PLATFORM_NAME=kv260_custom
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

XSA=step1_vivado/build/vivado/zcu104_custom_platform_hw.xsa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

proc numberOfCPUs {} {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# 2023-04-02T21:02:13.258137
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: X11
SPDX-License-Identifier: MIT
*/

/ {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#*/
#SPDX-License-Identifier: MIT

PLATFORM_NAME=zcu104_custom
PLATFOMR_PATH = ../../step2_pfm/$(PLATFORM_NAME)/export/$(PLATFORM_NAME)/$(PLATFORM_NAME).xpfm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

XSA=step1_vivado/build/vivado/custom_hardware_platform_hw.xsa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: MIT
#*
set_property PACKAGE_PIN AN1 [get_ports {CH0_LPDDR4_0_0_dq_a[0]}]
set_property PACKAGE_PIN AP2 [get_ports {CH0_LPDDR4_0_0_dq_a[1]}]
set_property PACKAGE_PIN AR4 [get_ports {CH0_LPDDR4_0_0_dq_a[2]}]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

proc numberOfCPUs {} {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier:MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# 2023-04-02T21:02:13.258137
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: X11
SPDX-License-Identifier: MIT
*/

/ {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/
#*****************************************************************************************
if { $argc != 1 } {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# User editing area start
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

/ {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# /*
# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: X11
# */
# SPDX-License-Identifier: MIT

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
XSA_NAME=vck190_custom_dfx
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

diff -Naur Vitis_Accel_Examples_backup/cpp_kernels/simple_vadd/makefile_versal_ps.mk Vitis_Accel_Examples/cpp_kernels/simple_vadd/makefile_versal_ps.mk
--- Vitis_Accel_Examples_backup/cpp_kernels/simple_vadd/makefile_versal_ps.mk 2022-12-18 21:16:20.109776000 -0700
+++ Vitis_Accel_Examples/cpp_kernels/simple_vadd/makefile_versal_ps.mk 2022-12-18 21:22:02.064766000 -0700
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not mix license change to content changes.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

set_property PACKAGE_PIN AN1 [get_ports {CH0_LPDDR4_0_0_dq_a[0]}]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

# 2023-04-02T21:02:13.258137
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*

proc numberOfCPUs {} {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: X11
SPDX-License-Identifier: MIT
*/


Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: MIT
#*
[connectivity]
stream_connect = AXIS:krnl_vadd_1.dds_in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/*
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
#SPDX-License-Identifier: X11
#SPDX-License-Identifier: MIT
#*/

ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST))))
Expand Down
Loading