OpenCores
Issue List
bug in ps2 mouse model #1
Open rick_dangerus opened this issue about 14 years ago
rick_dangerus commented about 14 years ago

Hi folks! There is an little bug in the ps2 mice model (ps2_mouse.vhd): The PS2SendByte routine didn't set the data line back to zero after the first one. Just add

PS2_Data <= '0';

on line 57 (in the else case) to fix it.

regards, Rick

loyalyang commented almost 14 years ago

Type your text here


Assignee
No one
Labels
Bug