logStore

Connection diagram

logStore
in       out
reset       invOut
set        
         
 

Description

logStore is a 1-bit storage cell. Data at in is stored when set makes a transition from false to true.

Inputs

in

Typeboolean
N.C.false

Data input for storage cell.

reset

Typeboolean
N.C.false

If true, sets cell value to false.
Has priority over set.

set

Typeboolean
N.C.false

On transition from false to true, stores the in value in the cell.

Outputs

out

Typeboolean

Stored cell value.

invOut

Typeboolean

Inverted function of out.