WOLFRAM SYSTEM MODELER
    DLATREGSRLLevel sensitive register bank with set and reset, active low  | 
     | 
SystemModel["Modelica.Electrical.Digital.Registers.DLATREGSRL"]

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 | Enable | Reset | Set | DataOut | 
| * | * | * | U | U | 
| * | * | U | ~0 | U | 
| * | * | * | 0 | 1 | 
| * | * | 0 | 1 | 0 | 
| * | * | 0 | X | X | 
| * | U | ~0 | ~0 | U | 
| * | ~U | X | X | X or U | 
| * | ~U | 1 | X | X or U or 1 or NC | 
| * | ~U | X | 1 | X or U or 0 or NC | 
| * | X | 1 | 1 | X or U or NC | 
| * | 1 | 1 | 1 | DataIn | 
| * | 0 | 1 | 1 | NC | 
* = do not care ~ = not equal 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
| set | 
         Type: DigitalInput Description: Input DigitalSignal as connector  | 
    |
|---|---|---|
| reset | 
         Type: DigitalInput Description: Input DigitalSignal as connector  | 
    |
| enable | 
         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  | 
    |
|---|---|---|
| dLATSR | 
         Type: DLATSR Description: Level sensitive register bank with set and reset  | 
    
| 
        
         Modelica.Electrical.Digital.Examples Level sensitive D-Register-Bank, low active set and reset  |