Hi! I have an assignment, where we have to express a function f, using a 
PLDcell.
The PLDcell is defined as such:
| 1 | y <= i xor ((x(5) and x(4) and x(3)) or (x(2) and x(1) and x(0)));
 | 
How do I go about doing this? go from my function to expressing it using 
a single PLDcell? (I am not trying to find the solution, I am trying to 
learn/understand) I am stuck at the fact that the minimized function 
only has 3 or-terms and 3 different variables, meanwhile the defined 
PLDcell has 7 inputs..
I tried doing a truth table for each, the function and the PLDcell, and 
try to find where it matches? but it doesn't seem like the correct way 
because the PLDcell has 2^7 possible combinations. Happy to read stuff, 
if someone can point me in the right direction :)