WOLFRAM SYSTEM MODELER

InertialDelaySensitiveVector

Delay of a vector of digital signals

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Delay.InertialDelaySensitiveVector"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The delay element Inertial Delay Sensitive is applied to a vector of n signals. The parameters tLH and tHL are valid for each of the n signals.

Parameters (3)

tHL

Value: 0

Type: Time (s)

Description: High->Low delay

tLH

Value: 0

Type: Time (s)

Description: Low->High delay

n

Value: 1

Type: Integer

Description: Data width

Connectors (2)

x

Type: DigitalInput[n]

Description: Input DigitalSignal as connector

y

Type: DigitalOutput[n]

Description: Output DigitalSignal as connector

Components (1)

inertialDelaySensitive

Type: InertialDelaySensitive[n]

Description: Provide the input as output if it holds its value for a specific amount of time

Used in Examples (1)

VectorDelay

Modelica.Electrical.Digital.Examples

Vector delay

Used in Components (4)

DFFREG

Modelica.Electrical.Digital.Registers

Edge triggered register bank with high active reset

DFFREGSRH

Modelica.Electrical.Digital.Registers

Edge triggered register bank with high active set and reset

DLATREG

Modelica.Electrical.Digital.Registers

Level sensitive register bank with reset active high

DLATREGSRH

Modelica.Electrical.Digital.Registers

Level sensitive register bank with set and reset, active high

Revisions

  • September 11, 2009 created by Ulrich Donath