Vivado is the FPGA development tools from Xilinx. It is essential to work with the FPGA in the Zynq chip.
I have a "vivado" script in my bin directory that has this line:
/u1/Xilinx/Vivado/2024.2/bin/vivadoI have collection of Xilinx tools in /u1/Xilinx, including several Vivado versions. Without doubt a more recent version of Vivado is now available. It seems like at least 2 come out every year, but this one will do.
I try to run it and run into some complaints about missing shared libraries (I am doing this on a Fedora 43 system). I find that I need to install these:
su dnf install libxcrypt-compat (to get libcrypt.so.1) dnf install ncurses-compat-libsAfter this, Vivado starts up.
Tom's software pages / tom@mmto.org