Question: An M-N flip-flop responds to the falling clock edge as follows: If M = N = 0, the flip-flop changes state. If M = 0
An M-N flip-flop responds to the falling clock edge as follows:
If M = N = 0, the flip-flop changes state.
If M = 0 and N = 1, the flip-flop output is set to 1.
If M = 1 and N = 0, the flip-flop output is set to 0.
If M = N = 1, no change of flip-flop state occurs.
The flip-flop is cleared asynchronously if CLRn = 0.
Write a complete Verilog module that implements an M-N flip-flop.
Step by Step Solution
3.29 Rating (155 Votes )
There are 3 Steps involved in it
module MNFFM N CL... View full answer
Get step-by-step solutions from verified subject matter experts
