論理設計 (2)
本問を選択(Select this problem){ する(Yes),しない(No) } No.
2ビットの状態(Q1Q0)と1ビットの入力Rを持つ同期式順序回路を構成したい.この回路はR= 1のとき状 態が(Q1Q0) = (0 0)となり,R= 0のときは,以下の状態遷移を行う.
(Q1Q0) : (0 0)→(0 1)→(1 0)→(1 1)→(0 0)
この順序回路をDフリップフロップ(D-FF)を用いて実現せよ.D-FFの入出力特性関数はQn+1 =Dnであ る.状態遷移表と回路図を示すこと.
Consider a synchronous sequential circuit with the state (Q1Q0) and an inputR. The state (Q1Q0) changes to (0 0) whenR = 1. WhenR= 0, the circuit has the following state transition:
(Q1Q0) : (0 0)→(0 1)→(1 0)→(1 1)→(0 0)
Give a state transition table and a circuit diagram using D flip-flops (D-FFs) that have the characteristic equation Qn+1=Dn.