I'm trying to design a $4-$ bit's $2$' complement using minimum number of universal gates ONLY (NAND,NOR, NEGATIVE OR, NEGATIVE AND) , hence, minimum number of ICs.I got $4$ simplified output expressions ($w,x,y,z$) from the Truth table and k - map, and I constructed an individual circuits for each output, however, I'm ending up with 5 ICs(3NOR,2NAND), and I want to know if it's possible to minimiz the number of ICs to be less than 5 ICs. The output expressions are :
$W=A'(B+C+D)+AB'C'D'$
$X=B'(C+D)+BC'D'$
$Y=CD'+C'D$
$Z=D$
Thank you.
