File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed
Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ CORE
2+ ../../verilog/SVA/sequence_and2.sv
3+ --buechi --bdd
4+ \[.*\] \(1 and \(##2 1\)\) \|-> main\.x == 2: PROVED$
5+ \[.*\] \(\(##2 1\) and 1\) \|-> main\.x == 2: PROVED$
6+ \[.*\] \(\(##2 1\) and 1\) #-# main\.x == 2: PROVED$
7+ ^EXIT=0$
8+ ^SIGNAL=0$
9+ --
10+ ^warning: ignoring
11+ --
Original file line number Diff line number Diff line change 1+ CORE
2+ ../../verilog/SVA/sequence_or1.sv
3+ --buechi --bdd
4+ ^\[main\.p0\] main\.x == 0 or main\.x == 1: PROVED$
5+ ^\[main\.p1\] strong\(main\.x == 0 or main\.x == 1\): PROVED$
6+ ^\[main\.p2\] main\.x == 0 or \(nexttime main\.x == 1\): PROVED$
7+ ^\[main\.p3\] \(nexttime main\.x == 1\) or main\.x == 1: PROVED$
8+ ^\[main\.p4\] \(main\.x == 0 or main\.x != 10\) |=> main\.x == 1: PROVED$
9+ ^EXIT=0$
10+ ^SIGNAL=0$
11+ --
12+ --
Original file line number Diff line number Diff line change 11module main (input clk);
22
3- reg [31 : 0 ] x = 0 ;
3+ reg [7 : 0 ] x = 0 ;
44
55 always @ (posedge clk)
66 x<= x+ 1 ;
Original file line number Diff line number Diff line change 11module main (input clk);
22
3- reg [31 : 0 ] x = 0 ;
3+ reg [7 : 0 ] x = 0 ;
44
55 always @ (posedge clk)
66 x<= x+ 1 ;
You can’t perform that action at this time.
0 commit comments