Digital Design:
the boolean expression is: x'w'+y'w'+x'yz
Please implement the following points. (Draw the inplementation with the respective gates)
Consider the following function:
F(x,y,z,w)=∑(0,2,4,6,7,8,10)
Implement the function F with 2-level implementation, assuming inputs and their complements are available as:
AND-OR-NOT
NAND-AND
OR-AND-NOT
NOR-OR
Indicate the solution steps that lead to each implementation.