Skip to content

Basic dsu strategy

Latest
Compare
Choose a tag to compare
@kasperdokter kasperdokter released this 10 Dec 16:38

This code demonstrates a simple update mechanism, wherein all input ports of a component are blocked, until the component reaches a checkpoint, at which it can update. Next, the ports are unblocked and the program resumes its execution.

The mechanism to determine when to block the ports and when to update a component is currently handwritten, but we intend to generate this from the (automaton) specification of the components.