D Flip-Flop with Clock Enable and Asynchronous Preset and Clear
FDCPE is a single D-type flip-flop with data (D), clock enable (CE), asynchronous preset (PRE), and asynchronous clear (CLR) inputs and data output (Q). The asynchronous PRE, when High, sets the Q output High; CLR, when High, resets the output Low. When both PRE and CLR are active, the flip-flop output is unpredictable. Data on the D input is loaded into the flip-flop when PRE and CLR are Low and CE is High. When CE is Low, the clock transitions are ignored.
Parameters
Parameter | Description | Units | Default |
---|---|---|---|
IC | Output initial state. | LOW | |
CLKTPLH | Delay from clock to out high. | s | DGTDELAY |
CLKTPHL | Delay from clock to out low. | s | DGTDELAY |
PRETPLH | Delay from preset to out high. | s | DGTDELAY |
PRETPHL | Delay from preset to out low. | s | DGTDELAY |
CLRTPLH | Delay from clear to out high. | s | DGTDELAY |
CLRTPHL | Delay from clear to out low. | s | DGTDELAY |
IN_MODE | Inputs mode. | IN | |
OUT_MODE | Outputs mode. | OUT | |
IOMODEL | The name of an I/O model, which describes the device’s loading and driving characteristics. | DGTDEFIOMODEL | |
POWER_NODE | Digital power node name. Is the node used by the interface subcircuits which connect analog nodes to digital nodes. | $G_DPWR | |
GROUND_NODE | Digital ground node name. Is the node used by the interface subcircuits which connect analog nodes to digital nodes. | $G_DGND |