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

STOP

Specifications

Informal

STOP is a handshake component with one passive port a. It does not respond to a request through port a.

XDI

Schematic diagram for STOP:

[Zoom|FIG]

XDI state graph for STOP:

[Zoom|FIG]

Specification in XDI model:

(AND/IF_1.0
  (NFA
    (NAME STOP)
    (INTERPRETATION Verhoeff/XDI)
    (SYMBOLS 
      (a0 INPUT)
      (a1 OUTPUT)
    )
    (STATES
      (0 INITIAL BOX)
      (1 BOX)
    )
    (TRANSITIONS
      (0 1 a0)
    )
  )
)
Also available through this link

Verdect

No information available

DI Algebra

Specification in DI Algebra:


NAME = "STOP"
I    = { a0?  }
O    = { a1! }
STOP = []
Also available through this link

Properties

XDI Report.

In DI Algebra the following property holds for a process with a in its input alphabet:

a?;a?;P = a?;[] = []

Implementations

DI Decompositions

No information available

Using Boolean Gates

No information available

Using Transistors

No information available

Generalizations

No information available

Miscellaneous

[Berkel92, 61]

References

[Berkel92, 61]


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