formal→asserts

Closes #171.
This commit is contained in:
whitequark 2019-08-19 20:23:24 +00:00
parent 2770db6de8
commit 32bfbb11cb
5 changed files with 4 additions and 4 deletions

View file

@ -993,7 +993,7 @@ def Fell(expr, clocks=0, domain=None):
@final
class Initial(Value):
"""Start indicator, for formal verification.
"""Start indicator, for model checking.
An ``Initial`` signal is ``1`` at the first cycle of model checking, and ``0`` at any other.
"""