- 博客(9)
- 收藏
- 关注
原创 HDLBits Cs450/history shift
题目:Branch direction predictors are often structured as tables of counters indexed by the program counter and branch history. The branch history is a sequence of "taken" or "not taken" results from recent branches.In hardware, the branch history registe
2022-03-15 21:57:46
827
原创 Exams/review2015 fsm
题目:You may wish to doFSM: Enable shift registerandFSM: Sequence recognizerfirst.We want to create a timer that:is started when a particular pattern (1101) is detected, shifts in 4 more bits to determine the duration to delay, waits for the coun...
2022-03-10 18:00:38
506
原创 Exams/2014 q3fsm
题目:Consider a finite state machine with inputssandw. Assume that the FSM begins in a reset state calledA, as depicted below. The FSM remains in stateAas long ass= 0, and it moves to stateBwhens= 1. Once in stateBthe FSM examines the value o...
2022-03-09 16:03:22
204
原创 Fsm hdlc
Synchronous HDLC framinginvolves decoding a continuous bit stream of data to look for bit patterns that indicate the beginning and end of frames (packets). Seeing exactly 6 consecutive 1s (i.e.,01111110) is a "flag" that indicate frame boundaries. To avo..
2022-03-08 21:33:05
261
原创 Fsm serialdp
See also:Serial receiver and datapathWe want to add parity checking to the serial receiver. Parity checking adds one extra bit after each data byte. We will use odd parity, where the number of1s in the 9 bits received must be odd. For example,10100101...
2022-03-08 17:29:51
603
原创 Fsm serialdata
See also:Serial receiverNow that you have a finite state machine that can identify when bytes are correctly received in a serial bitstream, add a datapath that will output the correctly-received data byte.out_byteneeds to be valid whendoneis1, and ...
2022-03-07 19:34:01
272
原创 Lemmings4
Although Lemmings can walk, fall, and dig, Lemmings aren't invulnerable. If a Lemming falls for too long then hits the ground, it can splatter. In particular, if a Lemming falls for more than 20 clock cycles then hits the ground, it will splatter and cease
2022-03-04 11:21:27
238
原创 HDLBits Lemmings3
In addition to walking and falling, Lemmings can sometimes be told to do useful things, like dig (it starts digging whendig=1). A Lemming can dig if it is currently walking on ground (ground=1and not falling), and will continue digging until it reaches t..
2022-03-03 21:49:32
129
原创 HDLBids Exams/ece241 2013 q4
题目:题目解释:本体符合实际水塔使用情况,水位大家应该都能理解,补充水阀的开关理解:水位低于s1,dfr置1;水位高于s3,dfr置0;水位高于s1低于s3时,水位上升过程dfr置0,水位下降过程dfr置1;状态图如下:共六个状态,水位处于上升状态为B1,C1;水位处于下降状态为B2,C2。代码如下:module top_module ( input clk, input reset, input [3:1] s, output fr3,...
2022-03-02 12:07:04
323
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人