xls icon indicating copy to clipboard operation
xls copied to clipboard

DSLX: Check for send/receive validity

Open RobSpringer opened this issue 2 years ago • 1 comments

On more than one occasion, I've written invalid DSLX that sends on an individual channel more than once per iteration. There's probably other stuff that should be enforced that I can't think of immediately. Before getting to IR conversion, we should do a pass to make sure that we're not improperly using channels.

RobSpringer avatar Sep 29 '22 21:09 RobSpringer

For this check, there will probably need a looser spec for procs used only as a test driver and a stricter one for IR conversion.

hongted avatar Sep 29 '22 22:09 hongted