Write specification for new `always` construct, and update docs for `spawn`
Closed this issue · 1 comments
jopperm commented
Instead of a single spawn
-concept, we propose to introduce separate constructs. A new always
-section shall include behavior that is repeatedly executed at the same rate as new instructions are fetched. The existing spawn
-keyword marks statements that are allowed to execute concurrently with other instructions in the main pipeline.