sequential (43) No realistic serial circuit (data input)

https://wodewangzhishime.blogspot.com/2022/02/httpswodewangzhishime_26.html



Ref: https://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_14.html .

.

.
.

John: This article (https://wodewangzhishime.blogspot.com/2021/12/httpswodewangzhishime_28.html) mention about that there is no realistic serial circuit in the monde.

.

Me: OK.

.

John: You may read this article (https://kamchihau.blogspot.com/2024/07/sequential-109.html). 

.

Me: OK.

.

John: Now, we look at the "first" picture above. Which part is correct?

.

Me: Normally, the part of left hand side is correct. That mean, when the data input line is on Up cyle, Gate A and Gate B are on Up cycle.

.

John: You're wrong. The part of right hand side is correct too.

.

Me: That mean, when the data input line is on Up cycle, Gate A can be on Up cycle and Gate B can be on down cycle.

.

John: You're correct. OK. I intepret it in code.

.

If (Gate A = Up cyle)

{

Set = 1;

if (Gate B = Down cyle)

{

Inverter = true;


if (inverter = true)

{

Gate B = 1;


if (Gate B = 1)

{

Reset = 1;


If (Set = 1 & Reset = 1)

{

The circuit of the Flip Flop = Unstable.


}


}


}


}

}











.
.

Comments