WOLFRAM SYSTEM MODELER

Counter

Generic N Bit Counter

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Examples.Utilities.Counter"]
Out[1]:=

Information

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

The Counter is a generic component, which counts the high-low slopes of the count signal, if the enable signal is set to be true. It is composed by n JK flipflops. q is the resulting number, where q[0] is the lowest, and q[n] the highest bit.

Parameters (3)

n

Value: 3

Type: Integer

Description: Number of bits

delayTime

Value: 0.001

Type: Time (s)

Description: Delay of each JKFF

q0

Value: L.'0'

Type: Logic

Description: Initial value

Connectors (3)

enable

Type: DigitalInput

Description: Input DigitalSignal as connector

count

Type: DigitalInput

Description: Input DigitalSignal as connector

q

Type: DigitalOutput[n]

Description: Output DigitalSignal as connector

Components (1)

FF

Type: JKFF[n]

Description: JK FlipFlop

Used in Examples (1)

Counter

Modelica.Electrical.Digital.Examples

Generic N Bit Counter Example