mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Major redesign of Verific SVA importer
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
6f26695d9b
commit
25e33d7ab8
2 changed files with 574 additions and 6 deletions
|
@ -5,7 +5,7 @@ module top (
|
|||
default clocking @(posedge clk); endclocking
|
||||
|
||||
assert property (
|
||||
a ##[*] b |=> c until ##[*] d
|
||||
a ##[*] b |=> c until d
|
||||
);
|
||||
|
||||
`ifndef FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue