*esim-fsmreg*
Primitive E module for an unclocked register.
This is an FSM-style register that always updates its state bit to
its input value at each step.
Definition:
Definition: *esim-fsmreg*
(defconst *esim-fsmreg*
'(:n *esim-fsmreg*
:x (:out ((|q| . s)) :nst ((s . |d|)))
:i ((|d|))
:o ((|q|))))