Changes

Jump to: navigation, search
no edit summary
To reproduce the build, user just need to:
 
* clone the repository:
<pre classsyntaxhighlight lang="workstation-terminalbash">
git clone git@git.dave.eu:sdv12/vivado.git -b desk-xz7-l-rel-1.0.0
cd vivado
</presyntaxhighlight>
* (only once as first tools setup) copy Bora hardware definition into Vivado installation.:
<pre classsyntaxhighlight lang="workstation-terminalbash">
cp -r boards/ /opt/Xilinx/2021.2/Vivado/2021.2/data/
</presyntaxhighlight>
* lunch Vivado Design Suite with the following command:
<pre classsyntaxhighlight lang="workstation-terminalbash">
source /opt/Xilinx/2021.2/Vivado/2021.2/settings64.sh
vivado -mode tcl -source scripts/recreate_prj_bora_BASE.tcl -notrace -tclargs "gen_bitstream"
</presyntaxhighlight>
* at the end of bitstream build process, the script automatically exports hardware
** The Vivado project ready for customization through Vivado GUI is available into <code>vivado/bora.xpr</code>
*** <code>vivado/bora.runs/impl_1/bora_wrapper.bin</code>
** The hardware export, ready for import into Petalinux, is available in <code>vivado/bora.xsa</code>
<section end=Body/>
----
[[Category:BORA]]
8,286
edits

Navigation menu