Change s/asserts/assertions/ in yosys-smtbmc log messages
authorClifford Wolf <clifford@clifford.at>
Fri, 7 Jul 2017 09:52:25 +0000 (11:52 +0200)
committerClifford Wolf <clifford@clifford.at>
Fri, 7 Jul 2017 09:52:25 +0000 (11:52 +0200)
backends/smt2/smtbmc.py

index 6060d049d4e1ab7f60276b1c84d0703636c8e23b..7fbaa578e988ebf5d3db6cc7f403434b396daf19 100644 (file)
@@ -1126,9 +1126,9 @@ else:  # not tempind, covermode
 
             if not final_only:
                 if last_check_step == step:
-                    print_msg("Checking asserts in step %d.." % (step))
+                    print_msg("Checking assertions in step %d.." % (step))
                 else:
-                    print_msg("Checking asserts in steps %d to %d.." % (step, last_check_step))
+                    print_msg("Checking assertions in steps %d to %d.." % (step, last_check_step))
                 smt.write("(push 1)")
 
                 smt.write("(assert (not (and %s)))" % " ".join(["(|%s_a| s%d)" % (topmod, i) for i in range(step, last_check_step+1)] +