Hi,
It's not clear whether you are using WHEN clause as WHEN-ELSE construct or in the CASE construct.
If you are using the WHEN-ELSE construct within the process, it is invalid. This construct can be used outside process like the below line.
output <= input1 WHEN enable = '1' ELSE input2;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.