Flag Monitor Develop an FSM for a circuit that monitors a flag such that, if the flag remains constant within a given time window, the output copies the measured (constant) flag value. This is illustrated in figure 5.24 ; if flag_in has no transitions at all while window is high, then flag_out gets the value of flag_in; otherwise, it keeps the same value that it had when the time window started.
