-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hello,
I just installed the latest OSS CAD Suite as recommended, and everything was freshly set up. Running ghdl standalone works fine and the Verification Check inside TerosHDL also passes without issues.
However, when trying to use Yosys via TerosHDL for synthesis or schematic viewing, I get the following error:
2025-07-16 20:45:43.436 [info] Executing: /bin/sh /bin/sh -c yosys -p "ghdl --std=08 -fsynopsys --work=work "/home/felix/.vscode/extensions/teros-technology.teroshdl-7.0.3/resources/project_manager/examples/ghdl/half_adder.vhd" --work=work -e half_adder; hierarchy -top half_adder; proc; write_json /home/felix/.teroshdl_x2Mew; stat"
2025-07-16 20:45:43.449 [info] ERROR: No such command: ghdl (type 'help' for a command overview)
2025-07-16 20:45:43.451 [error] Yosys failed.
Is there any configuration required to enable the GHDL plugin in Yosys when invoked through TerosHDL?
System Info:
OS: Linux Arch
TerosHDL version: 7.0.3
Yosys: from OSS CAD Suite (July 2025 build)
GHDL: included in OSS CAD Suite
Thanks!