Skip to content

Commit 0e2f34e

Browse files
Bhaskar VishnuVardhan ChebroluGitHub Enterprise
authored andcommitted
updated the license section of tcl files for rtl designs
2 parents 47ee481 + b75dcf6 commit 0e2f34e

File tree

20 files changed

+300
-255
lines changed

20 files changed

+300
-255
lines changed

rtl_kernels/rtl_adder_streams/scripts/gen_adder_xo.tcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
116
if { $::argc != 5 } {
217
puts "ERROR: Program \"$::argv0\" requires 5 arguments!\n"
318
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_adder_streams/scripts/gen_input_xo.tcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
116
if { $::argc != 5 } {
217
puts "ERROR: Program \"$::argv0\" requires 4 arguments!\n"
318
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_adder_streams/scripts/gen_output_xo.tcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
116
if { $::argc != 5 } {
217
puts "ERROR: Program \"$::argv0\" requires 4 arguments!\n"
318
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_streaming_free_running/src/gen_xo.tcl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/**
2-
* Copyright (C) 2020 Xilinx, Inc
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may
5-
* not use this file except in compliance with the License. A copy of the
6-
* License is located at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
* License for the specific language governing permissions and limitations
14-
* under the License.
15-
*/
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
1616
if { $::argc != 5 } {
1717
puts "ERROR: Program \"$::argv0\" requires 5 arguments!\n"
1818
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_streaming_k2k/src/gen_xo_myadder1.tcl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/**
2-
* Copyright (C) 2020 Xilinx, Inc
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may
5-
* not use this file except in compliance with the License. A copy of the
6-
* License is located at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
* License for the specific language governing permissions and limitations
14-
* under the License.
15-
*/
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
1616
if { $::argc != 5 } {
1717
puts "ERROR: Program \"$::argv0\" requires 4 arguments!\n"
1818
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_streaming_k2k/src/gen_xo_myadder2.tcl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/**
2-
* Copyright (C) 2020 Xilinx, Inc
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may
5-
* not use this file except in compliance with the License. A copy of the
6-
* License is located at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
* License for the specific language governing permissions and limitations
14-
* under the License.
15-
*/
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
1616
if { $::argc != 5 } {
1717
puts "ERROR: Program \"$::argv0\" requires 5 arguments!\n"
1818
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_streaming_k2k_mm/src/gen_xo_myadder1.tcl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/**
2-
* Copyright (C) 2020 Xilinx, Inc
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may
5-
* not use this file except in compliance with the License. A copy of the
6-
* License is located at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
* License for the specific language governing permissions and limitations
14-
* under the License.
15-
*/
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
1616
if { $::argc != 5 } {
1717
puts "ERROR: Program \"$::argv0\" requires 4 arguments!\n"
1818
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_streaming_k2k_mm/src/gen_xo_myadder2.tcl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/**
2-
* Copyright (C) 2020 Xilinx, Inc
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may
5-
* not use this file except in compliance with the License. A copy of the
6-
* License is located at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
* License for the specific language governing permissions and limitations
14-
* under the License.
15-
*/
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
1616
if { $::argc != 5 } {
1717
puts "ERROR: Program \"$::argv0\" requires 5 arguments!\n"
1818
puts "Usage: $::argv0 <xoname> <krnl_name> <target> <xpfm_path> <device>\n"

rtl_kernels/rtl_vadd/scripts/gen_xo.tcl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/**
2-
* Copyright (C) 2020 Xilinx, Inc
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may
5-
* not use this file except in compliance with the License. A copy of the
6-
* License is located at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
* License for the specific language governing permissions and limitations
14-
* under the License.
15-
*/
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
1616

1717
if { $::argc != 5 } {
1818
puts "ERROR: Program \"$::argv0\" requires 5 arguments!\n"

rtl_kernels/rtl_vadd/scripts/package_kernel.tcl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/**
2-
* Copyright (C) 2020 Xilinx, Inc
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may
5-
* not use this file except in compliance with the License. A copy of the
6-
* License is located at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
* License for the specific language governing permissions and limitations
14-
* under the License.
15-
*/
1+
#
2+
# Copyright (C) 2020 Xilinx, Inc
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may
5+
# not use this file except in compliance with the License. A copy of the
6+
# License is located at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
# License for the specific language governing permissions and limitations
14+
# under the License.
15+
#
1616

1717
set path_to_hdl "./src/hdl"
1818
set path_to_packaged "./packaged_kernel_${suffix}"

0 commit comments

Comments
 (0)