A Class C Machine is a type of finite state machine where the state is the output. There is no output logic. This is typical of a simple counter, for example.
           +-----+                  
Inputs --->|Next | Control          
           |State| Signals     +--+  
        +->|CLN  |------------>|DQ|-+->Outputs
        |  +-----+             |  | |      
Clock--------------------------|> | |
        |                      +--+ |
        +---------------------------+
         State Variables                 

See also: Mealy Machine, Moore Machine, Class A Machine, Class B Machine.

Log in or register to write something here or to contact authors.