-
Notifications
You must be signed in to change notification settings - Fork 56
Description
In windows environemt, Vivado is not detectd well at the July 10 in 2025.
Here is the detail environment.
- Windows 11 64bit (Home edtition, verstion 24H2), (Korean language_
- Vivado 2024.2 (64bits)
- VSCode 1.102.0
- TerosHDL (7.0.1, 7.0.3, and 7.0.5): I tried 7.0.5 which I downloaded directly from the github. And the results are same fails to detect vivado.
I know the same issue was already submitted and closed, but this error seems to be not fixed yet.
I also tried to run settings64.bat, and others, but they didn't work so I create this issue.
(Previous issue: #715 )
Here is the message capture image from terosHDL "Verify Setup" in VSCode.

Same as the experience of @ht145 and @cezchitos, in the command prompt, vivado -version works well.

Here is the Linter settings in terosHDL

This the Tools configuration. As you find, the path to vivado binary for windows version is C:\Xilins\Vivado\2024.2\bin

And for CLI, we can find vivado.bat in window version as shown in the below image.

c.f) Interestingly, modelsim altera version for windows OS (32bit) is properly detected when I choose Modelsim.

