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.
Instead of a single
spawn
-concept, we propose to introduce separate constructs. A newalways
-section shall include behavior that is repeatedly executed at the same rate as new instructions are fetched. The existingspawn
-keyword marks statements that are allowed to execute concurrently with other instructions in the main pipeline.