EDIS: Guide | FAQ | New | Search | Bibliography | Index | Feedback

0-Sink

Specifications

Informal

has one input terminal and no output terminals. It is not ready to receive a signal on its input terminal.

XDI

Schematic diagram for a 0-Sink:

[Zoom|FIG]


[Zoom|FIG]

Specification in XDI model:

(AND/IF_1.0
  (NFA
    (NAME 0-Sink)
    (INTERPRETATION Verhoeff/XDI)
    (SYMBOLS 
      (a INPUT)
    )
    (STATES
      (0 INITIAL BOX)
    )
    (TRANSITIONS
    )
  )
)
Also available through this link

Verdect

Specification in Verdect:


define SINK0 = SKIP
Also available through this link

DI Algebra

Specification in DI Algebra:


NAME = 0-Sink
I = { a? }  O = { }
S0 = a?;CHAOS
Also available through this link

Properties

XDI Report.

A 0-Sink behaves like a a Sink after it has been sent a signal on its one and only input terminal a:

S0 = S1 / a?

Implementations

DI Decompositions

No information available

Using Boolean Gates

No information available

Using Transistors

No information available

Generalizations

No information available

Miscellaneous

No information available

References


Last modified at Fri Nov 20 10:14:06 1998
Encyclopaedia of Delay-Insensitive Systems
Copyright © 1995-1998 Tom Verhoeff / Tom.Verhoeff@acm.org