Skip to content

Commit

Permalink
Fix sva_value_change_changed test for updated verific
Browse files Browse the repository at this point in the history
  • Loading branch information
jix committed Oct 3, 2023
1 parent a6247cb commit c174597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/sva/sva_value_change_changed.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c174597

Please sign in to comment.