YosysHQ / oss-cad-suite-build

Multi-platform nightly builds of open source digital design and verification tools
ISC License
808 stars 72 forks source link

yosys.exe from OSS_CAD_SUITE does not work on Windows 10 #92

Closed marsohod4you closed 9 months ago

marsohod4you commented 9 months ago

I have downloaded oss-cad-suite for windows from https://github.com/YosysHQ/oss-cad-suite-build/releases/tag/2023-12-21. Then I start cmd and from cmd I run oss-cad-suite/environment.bat Then I try to run yosys.

yosys.exe silently closes without any message without any file generation. Generaly I want to build blinky example from apipula project: >yosys -D LEDS_NR=6 -p "read_verilog blinky.v; synth_gowin -json out/blinky.json" No output at all.

Starting like this gives nothing: >yosys --help

Linux version of yosys from oss-cad-suite generates files and drops many messages. It works on Ubuntu.

What I am doing wrong on WIndows?.

marsohod4you commented 9 months ago

I have just tried another oss-cad-suite https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2023-12-23/oss-cad-suite-windows-x64-20231223.exe

I do try in freshly installed Windows11 in VirtualBox.

The same issue - yosys.exe silently closes after start. Nothing heppens, no error and no any message.. I was trying to disable antivirus in Windows but nothing helps.

ayoung475 commented 9 months ago

I am also having this problem. No output at all when running yosys on windows 11. Just installed it on this computer today. I deleted the install and randomly tried the 2023-10-31 build and it seems to be working

mmicko commented 9 months ago

Sorry for late reply. Can confirm this one. It is related to https://github.com/YosysHQ/yosys/issues/4068 builds before 1st of December works fine