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
+
1
16
if [string match " 2017.1" [version -short]] {
2
17
puts " Running LUT utilization analysis"
3
18
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
+
1
16
if [string match " 2017.1" [version -short]] {
2
17
puts " Running LUT utilization analysis"
3
18
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
+
1
16
proc impl_step {phase top {options none} {directive none} {pre none} } {
2
17
upvar bitDir bitDir
3
18
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
+ //
4
3
// Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5
- //
4
+ //
6
5
// Licensed under the Amazon Software License (the "License"). You may not use
7
6
// this file except in compliance with the License. A copy of the License is
8
7
// located at
9
- //
8
+ //
10
9
// http://aws.amazon.com/asl/
11
- //
10
+ //
12
11
// or in the "license" file accompanying this file. This file is distributed on
13
12
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or
14
13
// implied. See the License for the specific language governing permissions and
15
14
// limitations under the License.
16
- // ---------------------------------------------------------------------------------------
17
15
18
16
// --------------------------------
19
17
// 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
+
1
16
// ----------------------------------------------------
2
17
// This is a dual ported BRAM
3
18
// ----------------------------------------------------
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
+
1
16
`pragma protect begin_protected
2
17
`pragma protect version = 1
3
18
`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
+
1
16
`pragma protect begin_protected
2
17
`pragma protect version = 1
3
18
`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.
7
15
8
16
module sh_ddr # ( parameter DDR_A_PRESENT = 1 ,
9
17
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
+
1
16
`pragma protect begin_protected
2
17
`pragma protect version = 2
3
18
`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
+
1
16
`pragma protect begin_protected
2
17
`pragma protect version = 2
3
18
`pragma protect encrypt_agent = " XILINX"
You can’t perform that action at this time.
0 commit comments