搜索结果
查询Tags标签: Exams,共有 6条记录-
Exams/2012 q2b
这个问题的状态图再次显示在下面。 假设在状态分配中使用了 one-hot 代码 y[5:0] = 000001(A)、000010(B)、000100(C)、001000(D)、010000(E)、100000(F) 写一个逻辑表达式 Y1 ,它是状态触发器 y[1] 。 写一个逻辑表达式 Y3 ,它是状态触发器 y[3] 。 (通过假设 one-hot…
2022/6/4 23:50:19 人评论 次浏览 -
Exams/m2014 q6b
考虑如下所示的状态机,它有一个输入 w 和一个输出 z 假设您希望使用三个触发器和状态码 y[3:1] = 000, 001, ... , 101 分别表示状态 A, B, ... , F。 显示此 FSM 的状态分配表。 导出触发器 y[2] 。 实现下一个状态逻辑 y[2] 。 (这更像是一个 FSM 问题,而不是 Veril…
2022/6/4 23:22:49 人评论 次浏览 -
HDLBits(5)----D latch
目录 1. D latch2. Exams/m2014 q4d3. Exams/2014 q4a4. Exams/ece241 2014 q1. D latch Implement the following circuit: Note that this is a latch, so a Quartus warning about having inferred a latch is expected. module top_module (input d, input ena,output…
2021/11/16 23:40:34 人评论 次浏览 -
HDLBits(5)----D latch
目录 1. D latch2. Exams/m2014 q4d3. Exams/2014 q4a4. Exams/ece241 2014 q1. D latch Implement the following circuit: Note that this is a latch, so a Quartus warning about having inferred a latch is expected. module top_module (input d, input ena,output…
2021/11/16 23:40:34 人评论 次浏览 -
HDLBits在线编程题之Exams/review2015 fancytimer
Exams/review2015 fancytimer 题目代码题目 地址:HDLBits-Exams/review2015 fancytimer 介绍:花了好长时间写的,记录一下。将计数值量化为以1000为单位,开始时则有delay的1000需要计数。在couting过程中统计已经计了1000次的次数num_1k,将delay减去num_1k即count。 代…
2021/10/30 20:14:53 人评论 次浏览 -
HDLBits在线编程题之Exams/review2015 fancytimer
Exams/review2015 fancytimer 题目代码题目 地址:HDLBits-Exams/review2015 fancytimer 介绍:花了好长时间写的,记录一下。将计数值量化为以1000为单位,开始时则有delay的1000需要计数。在couting过程中统计已经计了1000次的次数num_1k,将delay减去num_1k即count。 代…
2021/10/30 20:14:53 人评论 次浏览