Hi everyone,
(Please redirect me to the right forum for my question if this is not the right place).
I have gone through the process of installing the package of terosHDL on Windows stand lone(my Laptop) via the following link : Installation of terosHDL
I had faced three error here, I had just added the right path in system variable to be able to run it partially.
However, Now I want to get the schematic view for example of the half adder process tb:

I get the following error :
After quick search on Google and chatGPT, i get a suggestion to install Yosys and then add the path to environment variable. however, I am stuck at this Yosys and do not know how to install it.
Anyone went through Yosys and succeeded in installing would be nice to help me.
(Please redirect me to the right forum for my question if this is not the right place).
I have gone through the process of installing the package of terosHDL on Windows stand lone(my Laptop) via the following link : Installation of terosHDL
I had faced three error here, I had just added the right path in system variable to be able to run it partially.
However, Now I want to get the schematic view for example of the half adder process tb:

I get the following error :
2023-11-11 18:46:53.970 [info] yosys -p "ghdl --std=08 -fsynopsys c:\Users\.vscode\extensions\teros-technology.teroshdl-5.0.12\resources\project_manager\examples\ghdl\half_adder_tb.vhd -e; ; proc; ; write_json teroshdl_yosys_output.json; stat"
2023-11-11 18:46:54.094 [info] 'yosys' is not recognized as an internal or external command,
operable program or batch file.
2023-11-11 18:46:54.098 [error] Yosys failed.After quick search on Google and chatGPT, i get a suggestion to install Yosys and then add the path to environment variable. however, I am stuck at this Yosys and do not know how to install it.
Anyone went through Yosys and succeeded in installing would be nice to help me.