Skip to content
Snippets Groups Projects
Commit ee085ae0 authored by James Talbert's avatar James Talbert
Browse files

Update using-vivado.md

parent 4d3dba30
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ This will launch vivado in gui mode. See the vivado documentation for other mode
# Startup Scripts
If you want to run any tcl scripts on startup, such as installing board backages
place them in `/local/ucart/.Xilinx/Vivado/` They will be sourced on startup.
source them in `/local/ucart/.Xilinx/Vivado/Vivado_init.tcl` This will run on startup.
# Simulation
[This ug](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2018_1/ug937-vivado-design-suite-simulation-tutorial.pdf) has info on Vivado simulation (in batch mode too).
This should be usable for automated regression tests.
*This document will get updated as needed*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment