analogdevicesinc / plutosdr-fw

PlutoSDR Firmware
Other
306 stars 180 forks source link

adapt setup_env script to Vitis #67

Open catkira opened 1 year ago

catkira commented 1 year ago

@rgetz the newer Vivado/Vitis versions use /tools/Xilinx as prefix. I think the setup_env script should support the old /opt/Xilinx and the new /tools/Xilinx for a transition period. Will You update this script or should users setup up their environment manually as described in README.md ?

catkira commented 1 year ago

I have created a setup_env script for Vivado/Vitis 2022.1 in this PR https://github.com/analogdevicesinc/plutosdr-fw/pull/68

I think it makes sense to have it in a separate script, because the procedure is quite different compared to older Xilinx tools versions.