Original report at YoWASP/yosys#1.
To reproduce the crash, do the following on Windows x64 with Python installed:
pip3 install yowasp-yosys
yowasp-yosys -V
I haven't personally verified it but I believe that any program that consists of just exit(0); will exhibit the same issue. Let me know if you'd like to have this minimized further or if this is sufficient.
Original report at YoWASP/yosys#1.
To reproduce the crash, do the following on Windows x64 with Python installed:
pip3 install yowasp-yosysyowasp-yosys -VI haven't personally verified it but I believe that any program that consists of just
exit(0);will exhibit the same issue. Let me know if you'd like to have this minimized further or if this is sufficient.