Skip to content

Commit 1c66b84

Browse files
deeppatAWSwinefred
authored andcommitted
fixing headers in new shell files (#307)
1 parent 509d38f commit 1c66b84

File tree

11 files changed

+154
-19
lines changed

11 files changed

+154
-19
lines changed

hdk/cl/examples/cl_dram_dma/build/scripts/prohibit_tr.tcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Amazon FPGA Hardware Development Kit
2+
#
3+
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
#
5+
# Licensed under the Amazon Software License (the "License"). You may not use
6+
# this file except in compliance with the License. A copy of the License is
7+
# located at
8+
#
9+
# http://aws.amazon.com/asl/
10+
#
11+
# or in the "license" file accompanying this file. This file is distributed on
12+
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
# implied. See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
116
if [string match "2017.1" [version -short]] {
217
puts "Running LUT utilization analysis"
318
set lutDemand [llength [get_cells -hierarchical -filter { PRIMITIVE_TYPE =~ CLB.LUT.* } ]]

hdk/common/shell_v04151701/build/scripts/prohibit_tr.tcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Amazon FPGA Hardware Development Kit
2+
#
3+
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
#
5+
# Licensed under the Amazon Software License (the "License"). You may not use
6+
# this file except in compliance with the License. A copy of the License is
7+
# located at
8+
#
9+
# http://aws.amazon.com/asl/
10+
#
11+
# or in the "license" file accompanying this file. This file is distributed on
12+
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
# implied. See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
116
if [string match "2017.1" [version -short]] {
217
puts "Running LUT utilization analysis"
318
set lutDemand [llength [get_cells -hierarchical -filter { PRIMITIVE_TYPE =~ CLB.LUT.* } ]]

hdk/common/shell_v04151701/build/scripts/step.tcl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Amazon FPGA Hardware Development Kit
2+
#
3+
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
#
5+
# Licensed under the Amazon Software License (the "License"). You may not use
6+
# this file except in compliance with the License. A copy of the License is
7+
# located at
8+
#
9+
# http://aws.amazon.com/asl/
10+
#
11+
# or in the "license" file accompanying this file. This file is distributed on
12+
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
# implied. See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
116
proc impl_step {phase top {options none} {directive none} {pre none} } {
217
upvar bitDir bitDir
318
upvar implDir implDir

hdk/common/shell_v04151701/design/interfaces/cl_ports.vh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
//---------------------------------------------------------------------------------------
2-
// Amazon FGPA Hardware Development Kit
3-
//
1+
// Amazon FPGA Hardware Development Kit
2+
//
43
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
//
4+
//
65
// Licensed under the Amazon Software License (the "License"). You may not use
76
// this file except in compliance with the License. A copy of the License is
87
// located at
9-
//
8+
//
109
// http://aws.amazon.com/asl/
11-
//
10+
//
1211
// or in the "license" file accompanying this file. This file is distributed on
1312
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
1413
// implied. See the License for the specific language governing permissions and
1514
// limitations under the License.
16-
//---------------------------------------------------------------------------------------
1715

1816
//--------------------------------
1917
// Globals

hdk/common/shell_v04151701/design/lib/bram_2rw.sv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Amazon FPGA Hardware Development Kit
2+
//
3+
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
//
5+
// Licensed under the Amazon Software License (the "License"). You may not use
6+
// this file except in compliance with the License. A copy of the License is
7+
// located at
8+
//
9+
// http://aws.amazon.com/asl/
10+
//
11+
// or in the "license" file accompanying this file. This file is distributed on
12+
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
// implied. See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
116
//----------------------------------------------------
217
// This is a dual ported BRAM
318
//----------------------------------------------------

hdk/common/shell_v04151701/design/sh_ddr/sim/mgt_acc_axl.sv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Amazon FPGA Hardware Development Kit
2+
//
3+
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
//
5+
// Licensed under the Amazon Software License (the "License"). You may not use
6+
// this file except in compliance with the License. A copy of the License is
7+
// located at
8+
//
9+
// http://aws.amazon.com/asl/
10+
//
11+
// or in the "license" file accompanying this file. This file is distributed on
12+
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
// implied. See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
116
`pragma protect begin_protected
217
`pragma protect version = 1
318
`pragma protect encrypt_agent = "XILINX"

hdk/common/shell_v04151701/design/sh_ddr/sim/mgt_gen_axl.sv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Amazon FPGA Hardware Development Kit
2+
//
3+
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
//
5+
// Licensed under the Amazon Software License (the "License"). You may not use
6+
// this file except in compliance with the License. A copy of the License is
7+
// located at
8+
//
9+
// http://aws.amazon.com/asl/
10+
//
11+
// or in the "license" file accompanying this file. This file is distributed on
12+
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
// implied. See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
116
`pragma protect begin_protected
217
`pragma protect version = 1
318
`pragma protect encrypt_agent = "XILINX"

hdk/common/shell_v04151701/design/sh_ddr/sim/sh_ddr.sv

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
// =============================================================================
2-
// Copyright 2016 Amazon.com, Inc. or its affiliates.
3-
// All Rights Reserved Worldwide.
4-
// Amazon Confidential information
5-
// Restricted NDA Material
6-
// =============================================================================
1+
// Amazon FPGA Hardware Development Kit
2+
//
3+
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
//
5+
// Licensed under the Amazon Software License (the "License"). You may not use
6+
// this file except in compliance with the License. A copy of the License is
7+
// located at
8+
//
9+
// http://aws.amazon.com/asl/
10+
//
11+
// or in the "license" file accompanying this file. This file is distributed on
12+
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
// implied. See the License for the specific language governing permissions and
14+
// limitations under the License.
715

816
module sh_ddr #( parameter DDR_A_PRESENT = 1,
917
parameter DDR_B_PRESENT = 1,

hdk/common/shell_v04151701/design/sh_ddr/synth/mgt_acc_axl.sv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Amazon FPGA Hardware Development Kit
2+
//
3+
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
//
5+
// Licensed under the Amazon Software License (the "License"). You may not use
6+
// this file except in compliance with the License. A copy of the License is
7+
// located at
8+
//
9+
// http://aws.amazon.com/asl/
10+
//
11+
// or in the "license" file accompanying this file. This file is distributed on
12+
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
// implied. See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
116
`pragma protect begin_protected
217
`pragma protect version = 2
318
`pragma protect encrypt_agent = "XILINX"

hdk/common/shell_v04151701/design/sh_ddr/synth/mgt_gen_axl.sv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Amazon FPGA Hardware Development Kit
2+
//
3+
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
//
5+
// Licensed under the Amazon Software License (the "License"). You may not use
6+
// this file except in compliance with the License. A copy of the License is
7+
// located at
8+
//
9+
// http://aws.amazon.com/asl/
10+
//
11+
// or in the "license" file accompanying this file. This file is distributed on
12+
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
13+
// implied. See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
116
`pragma protect begin_protected
217
`pragma protect version = 2
318
`pragma protect encrypt_agent = "XILINX"

0 commit comments

Comments
 (0)