J
Jamie
Guest
Trying to formulate and asynchronous design again. I need to generate
a low pulse to signal an IRQ and wake-up a microcontroller.
My conditions.
port(A, B, RIGHT, ENTER: in std_logic; PULSE: out std_logic
1. on A and B any change should send a pulse.
2. ENTER and RIGHT only a high-to-low (falling_edge) should send a
pulse
Any suggestions on this?
a low pulse to signal an IRQ and wake-up a microcontroller.
My conditions.
port(A, B, RIGHT, ENTER: in std_logic; PULSE: out std_logic
1. on A and B any change should send a pulse.
2. ENTER and RIGHT only a high-to-low (falling_edge) should send a
pulse
Any suggestions on this?