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
Support for SVA is missing, e.g. an assertion written in the following way is not supported as input:
assert property (@(posedge clk) req |-> ##3 ack);
On the other hand plain assertions like
always @(posedge clk) assert(/property/);
are supported.
The text was updated successfully, but these errors were encountered:
assert property
The SVA code in Verific importer is one lead for getting SVA support into yosys-slang: https://github.com/YosysHQ/yosys/blob/main/frontends/verific/verificsva.cc
Sorry, something went wrong.
No branches or pull requests
Support for SVA is missing, e.g. an assertion written in the following way is not supported as input:
On the other hand plain assertions like
are supported.
The text was updated successfully, but these errors were encountered: