Sequential (165) binding
https://johnkamchihau.blogspot.com/2026/06/john-take-look_01246202092.html?m=1
.
Ref: https://johnkamchihau.blogspot.com/2026/08/sequential-binding_0927128680.html?m=1
.
..
.
.
John: Before we start, you might read it first .https://chihaukam.blogspot.com/2024/10/blog-post_52.html?m=1 . It mention about Set and Preset.
Me: Ok.
John: See the 1st picture above. Set and preset is independent from the clock line. In another words, Set and Preset can be done regardless of if the clock line is at Up or down cycle.
Me: Yes,
________
John: See the 2nd and 3rd picture. There's a register called R01 and it has his corresponding Cache. Indeed, Set and Preset can be used as synchronize.
Me: You mean if the register of R01 is 0101, the cache of it will automatically become 0101.
John: Yes, there're 2 way of changing the value the cache of R01.
.
1) Synchronize or set/preset - Set the value of the register of R01 to 0101. The Cache of R01 will be automatically synchronized or set/preset.
.
2)
.
Int c = 0101;
Int R01 = c;
The system will do the following.
MOV R01, 0101. And then, "c" will output the value of 0101 onto the "Output line".
Me: And then?
John: And then, the "output line" will look for a Cache called R01. If the Cache called R01 exists, an input will be carried out.
Me: That mean, to input to the Cache of R01 the value of 0101.
John: Yes, see the following.
.
1) Synchronize and set/preset is clock-line independent.
2) MOV is Clock-line dependent.
.


