728x90
밀리 머신(Mealy Machine)
- 특징 : output이 input과 현재 state에 의해 만들어짐
- 동작 : (1) input -> (2) state transition(clk) -> (3) output
- State Diagram
- State Table
무어 머신(Moore Machine)
- 특징 : output이 현재 state에 의해 만들어짐
- 동작 : (1) input -> (2) output -> (3) state transition(clk)
- State Diagram
- State Table
'Digital Circuit' 카테고리의 다른 글
Mealy machine state assignment 규칙 (0) | 2024.02.28 |
---|---|
State encoding method 총정리 (0) | 2024.02.28 |