WOLFRAM SYSTEM MODELER
DFFREGEdge triggered register bank with high active reset |
SystemModel["Modelica.Electrical.Digital.Registers.DFFREG"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Description in VHDL is given by http://www.cs.sfu.ca/~ggbaker/reference/std_logic/src/std_logic_entities.vhd
Truth Table
DataIn | Clock | Reset | DataOut |
* | * | U | U |
* | * | 1 | 0 |
* | 0-Trns | 0 | NC |
* | 1-Trns | 0 | DataIn |
* | X-Trns | 0 | X or U or NC |
* | * | X | X or U or 0 or NC |
* = do not care U = L.'U' 0 = L.'0' or L.'L' 1 = L.'1' or L.'H' X = L.'X' or L.'W' or L.'Z' or L.'-' NC = no change Clock transition definitions: 1-Trns: 0 -> 1 0-Trns: ~ -> 0 or 1 -> * or X -> X|U or U -> X|U X-Trns: 0 -> X|U or X|U -> 1
reset |
Type: DigitalInput Description: Input DigitalSignal as connector |
|
---|---|---|
clock |
Type: DigitalInput Description: Input DigitalSignal as connector |
|
dataIn |
Type: DigitalInput[n] Description: Input DigitalSignal as connector |
|
dataOut |
Type: DigitalOutput[n] Description: Output DigitalSignal as connector |
delay |
Type: InertialDelaySensitiveVector Description: Delay of a vector of digital signals |
|
---|---|---|
dFFR |
Type: DFFR Description: Edge triggered register bank with reset |
Modelica.Electrical.Digital.Examples Pulse triggered D-Register-Bank, high active reset |
Modelica.Electrical.Digital.Registers Edge triggered register bank with low active reset |