Open main menu

DAVE Developer's Wiki β

Changes

no edit summary
__FORCETOC__
<section begin=Body/>
 
{{ImportantMessage|text=Vivado installation path, in this case, is in <code>/opt</code> directory. If you have chosen another one, use it correctly. The commands below were performed on a build server running Ubuntu 20.04.}}
== Creating and building the Vivado project ==
* (only once as first tools setup) copy ''Bora'' hardware definition into Vivado installation path:
<syntaxhighlight lang="bash">
cp -r boards/ /opt<vivado directory installation>/Xilinx/2021.2/Vivado/2021.2/data/
</syntaxhighlight>
* lunch Vivado Design Suite with the following commands and parameters:
<syntaxhighlight lang="bash">
source /opt<vivado directory installation>/Xilinx/2021.2/Vivado/2021.2/settings64.sh
vivado -mode tcl -source scripts/recreate_prj_bora_BASE.tcl -notrace -tclargs "gen_bitstream"
</syntaxhighlight>
dave_user
423
edits