"Example for interactive mode"
"Various latches and flipflops, without using the 'counter' part"

"SR latches"

"R" i***    
       *    
"S" i*]*]*o 
     **+**  
       *++o 

"R" i***    
       *    
"S" i*]*]*o 
     **+**  

"D latches"

"D" i*]***]***>*o
       m w wm
"E" i***]*]**

"E" i***]*]**
       w m mw
"D" i*]***]***>*o


"JK flipflop (not edge triggered)"

"J" i*****]*]*]*>****o
           *<* *
              x
           *<* *
"K" i*****]*]*]*>****o


"JK flipflop (edge triggered, with master and slave)"

                   ****************
                   w              *
 "J"  I***********]*>*]*>****]*>**+**]***>**o
                   m   m *    m   *   m *
                   *   * *    *   ***** *
"Clk" i**>*>*>**]******+*+**]**        x
        v v v *    *   * *    *       * *
        *******    *    x     *   ***** *
                   *   * *    *   *   * *
                   w   w *    w   *   w *
 "K"  I***********]*>*]*>****]*>**+**]***>**o
                   m              *
                   ****************




