Skip to content

Commit d96c517

Browse files
AWSGHAWSwinefred
authored andcommitted
Update README.md (#106)
changed references of aws_build_dcp_from_cl.tcl to aws_build_dcp_from_cl.sh
1 parent e0e66d0 commit d96c517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdk/cl/examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ If you like to start your own CL, check out the [How to create your own CL](../d
6565

6666
$ vivado -mode batch # Verify Vivado is installed.
6767

68-
Executing the `aws_build_dcp_from_cl.tcl` script will perform the entire implementation process converting the CL design into a completed Design Checkpoint that meets timing and placement constrains of the target FPGA.
68+
Executing the `aws_build_dcp_from_cl.sh` script will perform the entire implementation process converting the CL design into a completed Design Checkpoint that meets timing and placement constrains of the target FPGA.
6969
The output is a tarball file comprising the DCP file, and other log/manifest files, formatted as `YY_MM_DD-hhmm.Developer_CL.tar`.
7070
This file would be submitted to AWS to create an AFI.
7171

7272
$ cd $CL_DIR/build/scripts
73-
$ ./aws_build_dcp_from_cl.tcl
73+
$ ./aws_build_dcp_from_cl.sh
7474

7575
**NOTE**: *The DCP generation can take up to several hours to complete.
7676
We recommend that you initiate the generation in a way that prevents interruption.

0 commit comments

Comments
 (0)