sequential (42) no realistic serial circuit (not and gate)

https://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_13.html 

.

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

.



.

Me: OK. Now, we look at the above picture. It is a circuit of "flip and flop" called R0(1).

.

if (the gate of Setting of R0(1) = 1 & the gate of resetting of R0(1) =0)

{

if (the clock line of setting of R0(1) is 1 & the clock line of resetting of R0(1) is 1) 

{

The output of the setting of R0(1) is false;

The output of the resetting of R0(1) is true;

The status of R0(1) = stable.

}

}

.
John: However, hacker may create the following phenomenon.
.
.
if (the gate of Set of R0(1) = 1 & the gate of reset of R0(1) =0)

{

if (the clock line of set of R0(1) = 0 & the clock line of reset of R0(1) =1) 

{

The output of the setting of R0(1) is true;

The output of the resettig of R0(1) is true;

The status of R0(1) = Unstable

}

}
.

Comments