modelNandGate

NandGate with multiple input

Extends from D.Delay.DelayParams (Definition of delay parameters), D.Interfaces.MISO (Multiple input - single output).

Information

The NandGate model has a multiple valued (n) input vector, and a single valued output. It is composed by a Basic Nand and an InertialDelaySensitive. Its parameters are the delay parameters (rise and fall inertial delay time, and initial value).

Parameters

TypeNameDefaultDescription
SI.TimetLH (from DelayParams)Rise inertial delay
SI.TimetHL (from DelayParams)Fall inertial delay
Ly0 (from DelayParams)L.'U'Initial value of output
Integern (from MISO)2Number of inputs

Connectors

TypeNameDefaultDescription
D.Interfaces.DigitalInput[n]x (from MISO)Connector of Digital input signal vector
D.Interfaces.DigitalOutputy (from MISO)Connector of Digital output signal

Components

TypeNameDefaultDescription
D.Basic.NandG1
D.Delay.InertialDelaySensitiveG2

Revisions

  • September 15, 2004 vector approach used for all fixed numbers of inputs by Christoph Clauss
  • October 22, 2003 by Teresa Schlegel
    initially modelled.