1 Write VHDL code to implement an 8-bit one/zero/complement circuit. This circuit should have two select inputs S1,S0, eight data inputs X1,…,X8, and eight data outputs Y1,…,Y8. The outputs Y1,…,Y8, should be all 0s, all 1s, and the complements of X1,…,X8, respectively when S1S0=00,01,(10,11).
2...