On 04/06/2018 09:23 AM, Mark Luscombe via USRP-users wrote: > Hi, > > > > The rfnoc-devel branch has now been updated to include fixes and > requires Vivado 2017.4. I’ve always created the development environment > with PyBOMBS and it seems as though this always pulls the latest version > of UHD from the GitHub repository. Is there any way to pull the previous > version of UHD, 4.0.0.rfnoc-devel-409-gec9138eb, i.e. the version that > had required Vivado 2015.4?
Since you know the git hash, you can do: $ git checkout ec9138eb (I got that from your version string). -- M _______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
