-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
ERROR: Assert `n.id != 0' failed - seems related to unassigned variables #159
Comments
The same VHDL code compiles just fine - no assertion failure. With these versions
|
This may be related to this issue: Similar things about adding/removing extra variable assignments seem to change behavior |
Whoops didnt fix absolute file paths on my system in the first .zip file - new one coming |
now fixed. Thank you for the issue. |
Excellent - finally got around to testing this via the nightly oss cad suite build. Working great! Thanks again for your time! |
Great to know it works for you.
|
Hello,
I am hitting this assertion failure in recent builds of ghdl plugin for yosys.
ghdl-yosys-plugin/src/ghdl.cc
Line 204 in 45da327
I am testing using last night's OSS CAD Suite release for linux x64
Steps to replicate:
cd ghdl_assert_fail
into the newly created dir.WRONG FILE PATHS WHOOPS:ghdl_assert_fail.zip
Correct: ghdl_assert_fail_correct_file_paths.zip
I will follow up with the working build I also have to compare to...
The text was updated successfully, but these errors were encountered: