File tree Expand file tree Collapse file tree 11 files changed +154
-19
lines changed
cl/examples/cl_dram_dma/build/scripts Expand file tree Collapse file tree 11 files changed +154
-19
lines changed Original file line number Diff line number Diff line change 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+
116if [string match " 2017.1" [version -short]] {
217 puts " Running LUT utilization analysis"
318 set lutDemand [llength [get_cells -hierarchical -filter { PRIMITIVE_TYPE =~ CLB.LUT.* } ]]
Original file line number Diff line number Diff line change 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+
116if [string match " 2017.1" [version -short]] {
217 puts " Running LUT utilization analysis"
318 set lutDemand [llength [get_cells -hierarchical -filter { PRIMITIVE_TYPE =~ CLB.LUT.* } ]]
Original file line number Diff line number Diff line change 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+
116proc impl_step {phase top {options none} {directive none} {pre none} } {
217 upvar bitDir bitDir
318 upvar implDir implDir
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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// ----------------------------------------------------
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
816module sh_ddr # ( parameter DDR_A_PRESENT = 1 ,
917 parameter DDR_B_PRESENT = 1 ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments