| logStore | ||||
|---|---|---|---|---|
| in | out | |||
| reset | invOut | |||
| set | ||||
logStore is a 1-bit storage cell. Data at in is stored when set makes a transition from false to true.
| Type | boolean |
| N.C. | false |
Data input for storage cell.
| Type | boolean |
| N.C. | false |
If true, sets cell value to false.
Has priority over set.
| Type | boolean |
| N.C. | false |
On transition from false to true, stores the in value in the cell.
| Type | boolean |
Stored cell value.
| Type | boolean |
Inverted function of out.