mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Add support for SVA throughout via Verific
This commit is contained in:
parent
17583b6a21
commit
6d12c83d36
2 changed files with 7 additions and 3 deletions
|
@ -5,7 +5,7 @@ module top (
|
|||
default clocking @(posedge clk); endclocking
|
||||
|
||||
assert property (
|
||||
a |=> b until_with (c ##1 d)
|
||||
a |=> b throughout (c ##1 d)
|
||||
);
|
||||
|
||||
`ifndef FAIL
|
Loading…
Add table
Add a link
Reference in a new issue