mirror of https://github.com/YosysHQ/yosys.git
Fix sva_value_change_changed test for updated verific
This commit is contained in:
parent
a6247cba42
commit
c174597014
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue