11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
|
#
|
||
|
# Common environment variables for FPGA scripts
|
||
|
#
|
||
|
|
||
|
VIVADO_DIR="/opt/Xilinx/Vivado/2020.2"
|
||
|
|
||
|
setup_vivado() {
|
||
|
. "${VIVADO_DIR}/settings64.sh"
|
||
|
}
|
||
|
|