We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yosys 0.46 (git sha1 e97731b, g++ 11.4.0-1ubuntu1~22.04 -fPIC -O3)
Linux
yosys_segfault.tar.gz
tar xvf yosys_segfault.tar.gz cd yosys_segfault yosys -C run.ys
proc_dlatch fails gracefully and no segfault is generated.
2.2.7. Executing PROC_MUX pass (convert decision trees to multiplexers). Creating decoders for process `\issue.$proc$issue.v:5$2'. 1/3: $1\io[2:0] [2] 2/3: $1\io[2:0] [0] 3/3: $1\io[2:0] [1] 2.2.8. Executing PROC_DLATCH pass (convert process syncs to latches). Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Yosys 0.46 (git sha1 e97731b, g++ 11.4.0-1ubuntu1~22.04 -fPIC -O3)
On which OS did this happen?
Linux
Reproduction Steps
yosys_segfault.tar.gz
Expected Behavior
proc_dlatch fails gracefully and no segfault is generated.
Actual Behavior
The text was updated successfully, but these errors were encountered: