Currently, the entire graph is explored for each clock cycle, to ensure correctness.
However, this exploration in terms of properly sequencing the propagation operations is only required once.
This task should
save the result from the exploration into a stack of components which needs to be propagated
Currently, the entire graph is explored for each clock cycle, to ensure correctness. However, this exploration in terms of properly sequencing the propagation operations is only required once.
This task should
Relates to: #9