xls icon indicating copy to clipboard operation
xls copied to clipboard

Disallow channel "duplication"

Open RobSpringer opened this issue 2 years ago • 1 comments

Right now, a proc could take a channel in its config function and store it as a member...it could also - at the same time - pass that channel to a child proc/spawn. This doesn't really have a reasonable analogue in HW (creating a dual-ported FIFO?), so it should be disallowed.

RobSpringer avatar Aug 16 '22 23:08 RobSpringer

It could also assign it two different member elements, with the same effect.

RobSpringer avatar Aug 16 '22 23:08 RobSpringer