You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug report also applies when trying to execute the schematic viewer from the hierarchy.
To Reproduce
GHDL and Yosys (as well as GNU Make and GTKWave) were installed using MSYS2 UCRT64 with the following command:
pacman -S make mingw-w64-ucrt-x86_64-make mingw-w64-ucrt-x86_64-ghdl-llvm mingw-w64-ucrt-x86_64-gtkwave mingw-w64-ucrt-x86_64-yosys
The binary paths to Yosys and GHDL are both set to C:\msys64\ucrt64\bin and performing the "Verify Setup" task successfully detects them.
Is this a good way to install GHDL + Yosys on Windows? If not, what would be better? I'm using MSYS2 to benefit from an simple update system via pacman but if there is a more reliable way to use GHDL+Yosys with TerosHDL, I'm open for it.
Code
The error can be reproduced with the GHDL example included by TerosHDL.
Please complete the following information:
OS: Windows 11 Enterprise and Windows 11 Pro
VSCode version: 1.96.4
TerosHDL version: 6.0.14
Additional context
If I perform the command in CMD manually, but remove -m ghdl from the command, it seems that everything performs as expected and a JSON file is written.
It seems that the MSYS2 versions of Yosys and GHDL don't ship GHDL as shared library (there is no \share\yosys folder either), yet executing ghdl within Yosys performs just fine.
The text was updated successfully, but these errors were encountered:
Describe the bug
The schematic viewer fails on windows for VHDL (GHDL + YOSYS):
The bug report also applies when trying to execute the schematic viewer from the hierarchy.
To Reproduce
GHDL and Yosys (as well as GNU Make and GTKWave) were installed using MSYS2 UCRT64 with the following command:
The binary paths to Yosys and GHDL are both set to
C:\msys64\ucrt64\bin
and performing the "Verify Setup" task successfully detects them.Is this a good way to install GHDL + Yosys on Windows? If not, what would be better? I'm using MSYS2 to benefit from an simple update system via pacman but if there is a more reliable way to use GHDL+Yosys with TerosHDL, I'm open for it.
Code
The error can be reproduced with the GHDL example included by TerosHDL.
Please complete the following information:
Additional context
If I perform the command in CMD manually, but remove
-m ghdl
from the command, it seems that everything performs as expected and a JSON file is written.It seems that the MSYS2 versions of Yosys and GHDL don't ship GHDL as shared library (there is no
\share\yosys
folder either), yet executingghdl
within Yosys performs just fine.The text was updated successfully, but these errors were encountered: