sequential (67) fields
.
.
.
.
.
.
Inside the Cache of Process, there 're 5 data-fields.
.
Read []
Write []
Interrupt []
Subject []
value [0]
.
If (R1 = R2 )
{
1) Set Process, System_Clock_line. <--- In code.
.
2) Interrupt status of Process [010]; <-- We interpret this concept by the way of data-fields. 010 represent System_Clock_line.
}
Else
{
Set, Process, Masked-Interrupt. <---- Masked-Interrupt mean no clock line.
}
Me: The Cache of R1 and R2 are compared.
.
John: Yes,
.
Me: If they are equal, Set Process on the System's clock line. Else , Set Process on no clock line. .
John: Yes,
.
Me: What does Masked-Interrupt mean ?
.
John: It mean, no clock line. It mean, ''The data-register doesn't work" either.
.
Me: If a register work, it must be on the System's clock line.
.
John: Correct. Xor gate is used for comparison. If 0, the value of R1 and R2 are the same. If 1, the value of R1 and R2 aren't the same.


Comments
Post a Comment