In setup.py, in the directoryValidator function, for some reason it calls os.path.isdir("/home/el") when it should really be calling os.path.isdir(document.text). This incorrect check makes it impossible to use a Vivado directory that is not the default
In
setup.py, in thedirectoryValidatorfunction, for some reason it callsos.path.isdir("/home/el")when it should really be callingos.path.isdir(document.text). This incorrect check makes it impossible to use a Vivado directory that is not the default