The Muller-C element is a special type of flipflop. Its function is that it will only SET its output when all its inputs change to a 1 (on the rising edge). Likewise it will only RESET its output when all its inputs change to a 0 (on the falling edge). All other input combinations will result in no change to its output. Figure 1 shows an implementation of the circuit using NAND gates. The memory function of the Muller-C element has some distinct advantages over other flipflop configurations: ...
Discussion (0 comments)