Skip to content
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

SVA (SystemVerilog assertions) support #77

Open
povik opened this issue Jan 10, 2025 · 1 comment
Open

SVA (SystemVerilog assertions) support #77

povik opened this issue Jan 10, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@povik
Copy link
Owner

povik commented Jan 10, 2025

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.

@povik povik added the enhancement New feature or request label Jan 10, 2025
@povik
Copy link
Owner Author

povik commented Jan 10, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant