Skip to content

Commit cc81eba

Browse files
authored
Merge pull request #975 from diffblue/default_disable1
SVA: KNOWNBUG test for `default disable iff`
2 parents a038c3c + 908ddc7 commit cc81eba

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
KNOWNBUG
2+
default_disable1.sv
3+
4+
^EXIT=10$
5+
^SIGNAL=0$
6+
--
7+
^warning: ignoring
8+
--
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module main(input clock, reset);
2+
3+
default clocking cb @(posedge clk);
4+
endclocking
5+
default disable iff (!reset);
6+
7+
endmodule

0 commit comments

Comments
 (0)