Altera_Forum
Honored Contributor
14 years agotri-state input in FSM
Hello,
I have built a FSM that has a shared bidir bus as an input and output. The problem that I have is that I continuously have to check the bus if it addresses me and sometimes it goes into high impedance during the communication with somebody else. Once that happens, my FSM goes into a dont care state and it does not recover anymore, even if the bus changes value. Can somebody explain how I can recover my FSM and keep it in a loop after it has gone into a dont care state, which was caused by checking a high-impedance bus? Any help would be appreciated