Skip to main content

Questions tagged [sequential-logic]

A digital logic circuit containing feedback, in which outputs depend not only on present values of inputs but also on past values. Sequential logic is used to implement state. Contrast with "combinatorial logic", where outputs depend only on present values of inputs, and there is no feedback.

0 votes
0 answers
47 views

I have an MCU connected to external SRAM (the SRAM powered from battery only and the MCU from another constant supply). The interface to SRAM is QSPI with max frequency of 104MHz. I can't guarantee ...
Knowledge's user avatar
  • 553
1 vote
2 answers
149 views

I am new to learning sequential circuits and in a lecture I was taught about Preset and Clear. My doubt is that in a SR Flip Flop using NAND implementation and active low clear and Preset we should ...
Shivam...'s user avatar
  • 113
2 votes
1 answer
122 views

In the diagram below, if !CLR, Q and K are high and a clock pulse comes in. AND2 would have its output low and AND4 would be high. On the falling edge of the clock, AND2 and AND4 would both be low and ...
Astred's user avatar
  • 21
1 vote
2 answers
98 views

Digital Design: Principles and Practice by John Wakerly (page 355) says that if the S and R inputs of an SR latch go from 1 to 0 simultaneously, the latch may "go into an unpredictable next state,...
user135792's user avatar
3 votes
1 answer
284 views

I'm going through MIT's open courseware course 'Computation Structures.' The image below has caused a bit of confusion for me. I've learned how each register is made from a pair of D-latches called ...
Conyare's user avatar
  • 133
0 votes
1 answer
72 views

I am working on the analysis of a sequential circuit that includes D-type flip-flops, a clock signal (Clk), a reset signal, and an input ...
Turing's user avatar
  • 73
5 votes
3 answers
2k views

Is this the amount of time it takes to change the output once input is placed inside? In flip flops, when we input something, the output remains constant for some time until it changes. Is this amount ...
Avery's user avatar
  • 103
3 votes
4 answers
1k views

Latches are level triggered and flipflops are edge triggered. Latches have simple gates connected in a fashion such that they can retrieve the state and hence they are level triggered. That's fine. ...
santhoshkumar's user avatar
1 vote
2 answers
127 views

I have the following code: ...
lousycoder's user avatar
0 votes
1 answer
135 views

All images link: https://imgur.com/a/feKDXzd I want to understand the various variations of above and be able to draw any of the above circuits if I know how to draw one of them. latch (using NAND/...
Team B.I's user avatar
  • 145
0 votes
1 answer
1k views

I'm trying to design a counter circuit that counts 6 → 4 → 2 → 0 → 2 → 5 → 3 → 1 using T flip flops and I haven't been able to achieve it. I tried the steps below and designed the circuit below in ...
Durchfall's user avatar
2 votes
1 answer
3k views

I've been trying to make a timer that starts from 0 then counts down at 9 to 0. I've been struggling to make it. I made state tables and diagrams and for the flipflops, but when implementing to a ...
Noobielectrix's user avatar
2 votes
1 answer
1k views

Assuming that A, B, C and D are the four states. When detecting the sequence "1010", in the D state, if overlapping is not allowed, we have the following state diagram: After detecting "...
Bruce Wayne's user avatar
5 votes
2 answers
878 views

I have a Verilog code here: ...
Seforo's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
8