1
0
mirror of synced 2026-04-30 21:50:07 +00:00

Major redesign of Verific SVA importer

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf
2018-02-27 20:33:15 +01:00
parent 6f26695d9b
commit 25e33d7ab8
2 changed files with 574 additions and 6 deletions

View File

@@ -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