Disallow channel "duplication"
Open
dslx
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.