Help me solve atask about ASIC

Status
Not open for further replies.

guesswho

Junior Member level 3
Joined
Dec 16, 2002
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
126
Help Needed

Help Needed in doing a question.

Problem Statement: Convert the last three digits of your registration number into binary. Take the ten least significant bits as ten independent inputs to an ASIC ‘I9, I8, I7, I6, ……,I0’. Let the eleventh input be reset ‘RST’; the twelfth input be clock ‘CLK’ and the thirteenth input be output enable ‘OE’. There are two outputs of this ASIC namely select ‘SEL’ and ‘OK’. ‘SEL’ is a registered output, while all the inputs and ‘OK’ are simple combinatorial IOs. All the IOs are in positive logic.

You are to implement the following equations, using various kinds of ASICs.

SEL** = I9.I8.I7.I6.I5.I4.I3.I2.I1.I0
(invert the input bits which are zero in your reg. #, so that when your reg. # appears at the inputs, ‘SEL**’ turns ‘1’)

(@ positive edge of CLK) SEL* (q) = SEL** (D)
SEL = SEL*./OE
OK = SEL*./RST./OE

For details ...
File attached with this post.

plzzzzzzzz help
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…