#
# Common environment variables for FPGA scripts
#

VIVADO_DIR="/opt/Xilinx/Vivado/2020.2"

setup_vivado() {
    . "${VIVADO_DIR}/settings64.sh"
}