You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 16
Next »
File or Directory | Type | Description |
---|
<design_name>/board_files/ | source | Local copy of board part files |
<design_name>/Scripts/ | source | TCL scripts to build and/or create the project |
<design_name>/Constraints/ | source | Constraints |
<design_name>/Doc/ | source | Documentation |
<design_name>/IP/ | source | Local IP repository |
<design_name>/IPI-BDs/ | source | Scripts for IPI Block Diagrams |
<design_name>/hardware/prebuilt | prebuilt | prebuilt hardware files HDF, BIT, etc |
<design_name>/vivado/ | work, generated | Working directory where Vivado project is created |
<design_name>/vivado/<design_name>.xpr | generated | Vivado Project File |
Checklist
- Are you using exactly the same Vivado version? If not then the scripts will not work, no need to try.
- Do you run the script from Vivado console? They may work from Vivado GUI TCL prompt also, but they are tested only from pure Vivado TCL console prompt.
- Ary you using Vivado in Windows PC? Vivado works in Linux also, but the scripts are tested on Windows only.
- Is you PC OS Installation English? Vivado may work on national versions also, but there have been known problems,
References
- Xilinx User Guide UG949
- Revision Control use guide from Vivado User Club 2015 Stuttgart
- SDSoC platform builder file structure