東京大学 情報理工学系研究科 電子情報学専攻 2026年1月実施 専門 第2問
标签:
Author
Description
A system gets input (1 bit), and outputs (1 bit). is only when the former CLK time is , and current CLK time is . Suppose the initial state outputs no matter what is.
(1) Draw the state transition diagram.
(2) Draw the state transition table.
(3) Give the expression of the state output , output , given input state and . Use Karnough graph to simplify.
(4) Draw the circuit using AND, OR, NOT and D-flip-flop.
题目描述
某系统有一位输入 和一位输出 。仅当前一时钟时刻的 为 、当前时钟时刻的 为 时,;初始状态下,无论 为何,输出均为 。
(1) 画出状态转移图。
(2) 写出状态转移表。
(3) 原 Description 要求:给定输入状态 和 ,写出“状态输出 、输出 ”的表达式,并用卡诺图化简。但原文此前明确把 定义为输入、 定义为输出,且没有定义 、,因此此小问的输出变量与状态符号存在冲突;此处保留这一缺失边界,不把“输出 ”擅自改成 。
(4) 使用 AND、OR、NOT 门和 D 触发器画出电路。
考点
- 上升沿检测时序机:要求用前一拍输入作为状态,仅在 从 变为 的时钟拍产生输出。
- D 触发器时序电路:要求由状态表和卡诺图得到次态、输出组合逻辑,并连接 D 触发器实现。