DFFREG
Edge-triggered register bank with active-high reset and configurable output delay
Description
Connections
Parameters
Modelica Standard Library
The DFFREG component is an edge-triggered digital flip-flop register with an active-high reset and a configurable output delay. A positive transition (1-Trns) of the clock causes the input data to be latched and appear at the output after the specified delay.
The strength parameter specifies a map on logic signals. Its value consists of a symbol, Sxlh, with xlh being one of the following: X01,X0H,XL1,X0Z,XZ1,WLH,WLZ,WZH,W0H,WL1. The three subscripts define the map:
A U always maps to a U.
{X,Y,W,-} map to the first subscript (x).
{0,L} map to the second subscript (l).
{1,H} map to the third subscript (h).
For example, SX0H means {X,Y,W,-} map to X, {0,L} map to 0, {1,H} map to H.
DataIn
Clock
Reset
DataOut
*
U
1
0
0-Trns
NC
1-Trns
X-Trns
X or U or NC
X
X or U or 0 or NC
Symbol Definitions
Symbol
Definition
*
do not care
L.‵U‵
L.‵0‵ or L.‵L‵
L.‵1‵ or L.‵H‵
L.‵X‵ or L.‵W‵ or L.‵Z‵ or L.‵-‵
no change
Clock Transition Definitions
0→1
~→0 or 1→* or X|U→X|U
0→X or X|U→1
Name
Modelica ID
reset
Reset input
clock
Positive edge-triggered clock input
dataIn
Data input
dataOut
Data output
Default
Units
tHL
s
High->Low delay
tLH
Low->High delay
strength
SX01
Output strength
n
Data width
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