Merge pull request #3978 from jix/fix-sva-test
Fix sva_value_change_changed test for updated verific
This commit is contained in:
@@ -8,9 +8,11 @@ module top (
|
||||
$changed(b)
|
||||
);
|
||||
|
||||
wire x = 'x;
|
||||
|
||||
`ifndef FAIL
|
||||
assume property (
|
||||
b !== 'x ##1 $changed(b)
|
||||
b !== x ##1 $changed(b)
|
||||
);
|
||||
`endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user