crazy_man1234
Newbie level 6
- Joined
- Jun 18, 2009
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- uk
- Activity points
- 1,356
ps/2 mouse
hi,
I have a problem in inhibiting communication in ps/2 mouse
i am able to receive mouse bat completion code and mouse id after that i tries to inbit the communbication by bringing the clock line 0 by
assign ps2clock = (clock_enable) ? 1'b0 : 1'bz;
but when i check the waveform i find the clock is not forcing to zero
i guess even when i am writing an zero on clock line mouse is writing a 1 on clock line at thge same time.
any commeny would be appritiated.
hi,
I have a problem in inhibiting communication in ps/2 mouse
i am able to receive mouse bat completion code and mouse id after that i tries to inbit the communbication by bringing the clock line 0 by
assign ps2clock = (clock_enable) ? 1'b0 : 1'bz;
but when i check the waveform i find the clock is not forcing to zero
i guess even when i am writing an zero on clock line mouse is writing a 1 on clock line at thge same time.
any commeny would be appritiated.