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
Currently next_a and next_e operators are not supported. NVC fails with:
next_a
next_e
** Fatal: cannot handle PSL kind P_NEXT_A in build_node > ../src/psl_next_a.vhd:55 | 55 | NEXT_0_a : assert always (a -> next_a[3 to 5] (b)); | ^^^^^^^^^^^^^^^^^^ make: *** [Makefile:16: psl_next_a] Error 1
Steps to reporduce:
git clone https://github.com/Blebowski/psl_with_ghdl cd psl_with_ghdl git checkout port-to-nvc cd sim make psl_next_a
or
make psl_next_e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
next_a
andnext_e
operators are not supported. NVC fails with:Steps to reporduce:
or
The text was updated successfully, but these errors were encountered: