InterviewSolution
Saved Bookmarks
| 1. |
A CPU has only three instructions I1, I2 and I3, which use the following signals in time steps T1-T5:I1 : T1 : Ain, Bout, CinT2 : PCout, BinT3 : Zout, AinT4 : Bin, CoutT5 : EndI2 : T1 : Cin, Bout, DinT2 : Aout, BinT3 : Zout, AinT4 : Bin, CoutT5 : EndI3 : T1 : Din, AoutT2 : Ain, BoutT3 : Zout, AinT4 : Dout, AinT5 : EndWhich of the following logic functions will generate the hardwired control for the signal Ain ?(A) T1.I1 + T2.I3 + T4.I3 + T3(B) (T1 + T2 + T3).I3 + T1.I1(C) (T1 + T2 ).I1 + (T2 + T4).I3 + T3(D) (T1 + T2 ).I2 + (T1 + T3).I1 + T3 |
| Answer» | |