The name ` I-Wire' derives from `Initialized Wire', a Wire with an initial signal on it.


Specification in XDI model:
(AND/IF_1.0
(NFA
(NAME I-Wire)
(SYMBOLS
(a INPUT) (b OUTPUT)
)
(STATES
(0 INITIAL TRANSIENT)
(1 BOX)
)
(TRANSITIONS
(0 1 b)
(1 0 a)
)
)
)
Also available through this link
Specification in Verdect:
define IWIRE( a?, b! ) =
pref *[ b!; a? ]
end
Also available through this link
Specification in DI Algebra:
I = b!; a?; IAlso available through this link
I(a; b) / b = W(a; b)
The I-Wire is active.

No information available
No information available
No information available
(Something should be added about how to realize initialization "electronically".)