VHDL keypad code issues
问题 I have a 4x3 keypad, i wrote this FSM for interfacing it with my Nexys2 board, trouble I am having here is When I run the code, the LEDs glow without any key pressed, it shows random combinations automatically When I press a key it shows that particular combination then goes on to the next condition of ROW without any key pressed. And sometimes it does not even respond if i press a key. What is happening? What is wrong with this code? I am clueless. Can someone point out the mistakes and