You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hdk/cl/examples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,12 @@ If you like to start your own CL, check out the [How to create your own CL](../d
65
65
66
66
$ vivado -mode batch # Verify Vivado is installed.
67
67
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.
69
69
The output is a tarball file comprising the DCP file, and other log/manifest files, formatted as `YY_MM_DD-hhmm.Developer_CL.tar`.
70
70
This file would be submitted to AWS to create an AFI.
71
71
72
72
$ cd $CL_DIR/build/scripts
73
-
$ ./aws_build_dcp_from_cl.tcl
73
+
$ ./aws_build_dcp_from_cl.sh
74
74
75
75
**NOTE**: *The DCP generation can take up to several hours to complete.
76
76
We recommend that you initiate the generation in a way that prevents interruption.
0 commit comments