Major redesign of Verific SVA importer
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user