DLATR - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

DLATR

Level-sensitive register bank with configurable reset

 

Description

Connections

Parameters

Modelica Standard Library

Description

The DLATR component is a level-sensitive digital register with a high enable and a configurable reset input.

The strength parameter specifies a map on logic signals. Its value consists of a symbol, , with  being one of the following: . The three subscripts define the map:

– 

A U always maps to a U.

– 

{X,Y,W,-} map to the first subscript ().

– 

{0,L} map to the second subscript ().

– 

{1,H} map to the third subscript (h).

For example,  means {X,Y,W,-} map to X, {0,L} map to 0, {1,H} map to H.

The ResetMap parameter ia a one-dimensional 9-element array that maps the reset input to the integers 1 to 4, inclusive. The following table defines the output signal levels associated with each integer. Each symbol in a cell corresponds to an output level; the actual output level is determined by the strength parameter map.

1

2

3

4

U

0

-dUX

U-0X

d = dataIn

DataIn

Enable

Reset

DataOut

Map

*

*

U

U

1

*

*

1

0

2

*

0

0

NC

3

*

1

0

DataIn

3

*

X

0

X or U or NC

3

*

U

1

U

4

*

U

X

X or U or 0 or NC

4

Truth Table for active-low reset:

DataIn

Enable

Reset

DataOut

Map

*

*

U

U

1

*

*

0

0

2

*

0

1

NC

3

*

1

1

DataIn

3

*

X

1

X or U or NC

3

*

U

0

U

4

*

U

X

X or U or 0 or NC

4

Connections

Name

Description

Modelica ID

Set input

set

Reset input

reset

Active-high enable

enable

Data input

dataIn

Data output

dataOut

Parameters

Name

Default

Units

Description

Modelica ID

[1]

 

function selection, defaults for active-high reset

ResetMap

 

Output strength

strength

 

Data width

n

Modelica Standard Library

The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.

See Also

Digital Components

Digital Registers

Electrical Library

 


Download Help Document