Page 2 of 2

Re: Xilinx Impact Suddenly Stopped Working

Posted: 24 Dec 2022 15:23
by terriblefire
ijor wrote: 24 Dec 2022 14:58 Personally I have more experience with Intel/Altera tools than with Xilinx ones. But I'm not sure it is a good idea to run such legacy tools with a modern OS. If I'm not mistaken, ISE doesn't even support Windows 8, let alone Win 10 or Win 11.

I prefer to run these tools under a VM. You avoid all these problem altogether.
Of course its not a good idea but there isnt a whole lot of choice. Its horrific to have to have multiple Vms just to program a CPLD. And I have this stuff setup on 2 Macs and 3 PCs. Plus that Xilinx programmer can be sulky via VMs.

I run the toolchain in WSL. But the programmer i need in native WIn10. So i'll keep using Impact native for as long as it works.

If anyone had a chip as good as the 9500XL series i'd probably switch to it.

Re: Xilinx Impact Suddenly Stopped Working

Posted: 24 Dec 2022 18:27
by ijor
terriblefire wrote: 24 Dec 2022 15:23 Of course its not a good idea but there isnt a whole lot of choice. Its horrific to have to have multiple Vms just to program a CPLD.
I haven't tried myself, but I understand that for the purpose of programming (not for development) you can use Vivado Lab tool for cpld and legacy devices.

Re: Xilinx Impact Suddenly Stopped Working

Posted: 25 Dec 2022 10:07
by terriblefire
ijor wrote: 24 Dec 2022 18:27
terriblefire wrote: 24 Dec 2022 15:23 Of course its not a good idea but there isnt a whole lot of choice. Its horrific to have to have multiple Vms just to program a CPLD.
I haven't tried myself, but I understand that for the purpose of programming (not for development) you can use Vivado Lab tool for cpld and legacy devices.
Its worth a try.

Re: Xilinx Impact Suddenly Stopped Working

Posted: 26 Dec 2022 14:21
by ijor
terriblefire wrote: 25 Dec 2022 10:07
ijor wrote: 24 Dec 2022 18:27 I haven't tried myself, but I understand that for the purpose of programming (not for development) you can use Vivado Lab tool for cpld and legacy devices.
Its worth a try.
I remember reading that in some cases you might need to add a CSV file. Check this Xilinx article: https://support.xilinx.com/s/article/61 ... uage=en_US

Re: Xilinx Impact Suddenly Stopped Working

Posted: 08 Feb 2023 12:45
by cmorley
czietz wrote: 24 Dec 2022 13:06 Instead, using a hex editor, I patched Xilinx's libPortability.dll to cause the network share enumeration always to fail, without even calling the function that hangs. That has fixed iMPACT, the Project Navigator (IDE), and the other Xilinx programs for me. I did not observe any immediate side-effects of my patch. Presumably, there could be problems when one loads files from a network share. (I have no idea why the Xilinx software enumerates network shares in the first place.)
I tried your DLLs last night. Back to working and no problems to report. Thanks for doing this! :)