Skip to content
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8c9ac9f
Converting fiels to unix line endings
deeppat Dec 21, 2016
0728e75
FPGA Image Tools: fpga-describe-local-image outputs the SH version + …
AWSrobertmj Dec 21, 2016
cc1bb26
Merge branch 'develop' of https://github.com/aws/aws-fpga into develop
AWSrobertmj Dec 21, 2016
c021d6a
FPGA Image Tools README.md: added SH version output to fpga-describe-…
AWSrobertmj Dec 21, 2016
99c32ab
Adding note on including AWS Account ID.
AWSiatta Dec 23, 2016
5448583
Changes to /cl/examples/README.md (#34)
deeppat Dec 23, 2016
c2d0c53
clean up of devAMI mentions
Dec 23, 2016
a493ebd
Merge branch 'develop' of github.com:aws/aws-fpga into develop
Dec 23, 2016
9aad00c
Updating Develop Branch with Latest master branch changes (#35)
AWSwinefred Dec 23, 2016
646a246
Update AWS_Shell_Interface_Specification.md
AWScpettey Jan 1, 2017
19c3c3c
Update FAQs.md
AWScpettey Jan 2, 2017
05a2a3c
Update FAQs.md
AWScpettey Jan 2, 2017
954a81c
Update FAQs.md
AWScpettey Jan 2, 2017
4e8c598
README.md
AWScccabra Jan 4, 2017
05e6652
Minor edit.
AWScccabra Jan 4, 2017
b71d963
Update README.md
AWScccabra Jan 4, 2017
eac7664
Update README.md
AWScccabra Jan 4, 2017
fc61018
Update README.md
AWSNB Jan 5, 2017
cfa769e
initial edits
AWSNB Jan 5, 2017
487b5f1
2nd wave of edits, one more left
AWSNB Jan 5, 2017
e1584cd
Merge branch 'documentation' into develop
AWScccabra Jan 5, 2017
8752035
Merge branch 'develop' of https://github.com/aws/aws-fpga into develop
AWScccabra Jan 5, 2017
0d359ce
Adding separate synthesis strategy scripts.
AWScccabra Jan 11, 2017
3b4ffe2
Adding separate synthesis strategy scripts.
AWScccabra Jan 11, 2017
2cbdffc
Updates to scripts for 5 strategies.
AWScccabra Jan 19, 2017
08683a9
Build script is soft link to common.
AWScccabra Jan 19, 2017
6d0cf44
typos and adding -help / -H
AWSNB Jan 20, 2017
cd7e222
Script strategy changes; cl_hello_world ID changes.
AWScccabra Jan 24, 2017
befd099
Script strategy changes; cl_hello_world ID changes.
AWScccabra Jan 25, 2017
978c4d5
Merge branch 'master' into build_script_strategies
AWScccabra Jan 26, 2017
3ca2ffb
Updated build README with build strategies.
AWScccabra Jan 26, 2017
802b08c
Update README.md
AWScccabra Jan 26, 2017
e70c2b3
Update README.md
AWScccabra Jan 26, 2017
4225e08
Merging master with README edits.
AWScccabra Jan 27, 2017
dab1e13
Merged build strategies README edits and created links for the exampl…
AWScccabra Jan 27, 2017
b850f1f
Update README.md
AWScccabra Jan 27, 2017
36f6508
Formatting changes to build README.
AWScccabra Jan 27, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions hdk/common/shell_current/new_cl_template/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,31 +66,31 @@ Build script usage:

Options:

-script (vivado_script)
Use the specified vivado script. The default script create_dcp_from_cl.tcl will be used if a script is not specified.
* -script \<vivado_script>
* Use the specified vivado script. The default script create_dcp_from_cl.tcl will be used if a script is not specified.

-h, -H, -help
Print a usage message.
* -h, -H, -help
* Print a usage message.

-strategy (BASIC | EXPLORE | TIMING | CONGESTION | DEFAULT)
Use the specified strategy to alter the directives used during synthesis. The DEFAULT strategy will be used if a strategy is not specified.
* -strategy \<BASIC | EXPLORE | TIMING | CONGESTION | DEFAULT>
* Use the specified strategy to alter the directives used during synthesis. The DEFAULT strategy will be used if a strategy is not specified.

Strategy descriptions:

BASIC
This is the basic flow in Vivado and contains the mandatory steps to be able to build a design. It is designed to provide a good balance betwwen runtime and Quality of Results (QOR).
* BASIC
* This is the basic flow in Vivado and contains the mandatory steps to be able to build a design. It is designed to provide a good balance betwwen runtime and Quality of Results (QOR).

EXPLORE
This is a high-effort flow which is designed to give improved QOR results at the expense of runtime.
* EXPLORE
* This is a high-effort flow which is designed to give improved QOR results at the expense of runtime.

TIMING
This flow is designed for more aggressive timing optimization at the expense of runtime and congestion.
* TIMING
* This flow is designed for more aggressive timing optimization at the expense of runtime and congestion.

CONGESTION
This flow is designed to insert more aggressive whitespace to alleviate routing congestion.
* CONGESTION
* This flow is designed to insert more aggressive whitespace to alleviate routing congestion.

DEFAULT
This is an additional high-effort flow that results in improved QOR results for the example design at the expense of runtime.
* DEFAULT
* This is an additional high-effort flow that results in improved QOR results for the example design at the expense of runtime.

In addition, in order to aid developers with build verification, there is a final step in the build script that emulates the process that AWS uses to generate bitstreams from a developer DCP.

Expand Down