Draft
Conversation
`count` to change independently of its next-state relation `Next`. In other words, we expect `inbox` and `count` to be shared variables with another component/spec. Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
shutdown/terminate nodes after termination *detection* by high-level specs. Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
shutdown functionality. Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
spec, we unfortunately have to adapt the composition and create more restsOfTheUniverse. The next-state relation of this composition evaluates to false after the initial state, because it defines variables z and zz to always have equal values. This is only satisfied in the special case where the values of variables z and zz in A are equal throughout all behaviors (e.g. Init changed to ... /\ zz = TRUE). Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
is the concatenation of a behavior defined by A and a behavior defined by B, we won't need the variable `y`. Instead, Spec is changed to use ITE with ENABLED evaluated on the next-state relation of spec A. Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
e0c2985 to
9ece37b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opening a PR, even though this is likely lacking in documentation and too technical to serve as a good example. On the other hand, the more, the merrier. :-)