lava icon indicating copy to clipboard operation
lava copied to clipboard

Move validation of equivalence of ports and vars of Proc and ProcModel from Builder into Compiler

Open awintel opened this issue 4 years ago • 0 comments

Right now, the currently only available PyProcBuilder validates that the Vars and Ports defined in a Proc have a corresponding Var and Port implementation in a ProcModel.

Since this will also be required for other types of ProcModels in the future, we should pull this out of the builder and put it into the compiler directly and call it as early as possible once a ProcModel has been selected for a Proc.

awintel avatar Nov 16 '21 02:11 awintel