Heading1 - dffnes, Figure - figure 2-11: logic symbol, Heading2 - pins – Achronix Speedster22i User Macro Guide User Manual

Page 88: Table - table 2-34: pin descriptions, Heading2 - parameters, Table - table 2-35: parameters, Heading3 - init, Dffnes, Pins, Parameters

Advertising
background image

Registers

DFFNES

Speedster22i Macro Cell Library

Achronix Semiconductor Proprietary

PAGE 72

DFFNES

Negative Clock Edge D-Type Register with Clock Enable and
Asynchronous/Synchronous Set

sn

ce

d

ckn

DFFNES

q

Figure 2-11: Logic Symbol

DFFNES  is  a  single  D‐type  register  with  data  input  (d),  clock  enable  (ce),  clock  (ckn),  and 
active‐low  set  (sn)  inputs  and  data  (q)  output.  The  active‐low  set  input  overrides  all  other 
inputs when it is asserted low and sets the data output high. The resonse of the q output in 
response to the asserted set depends on the value of the sr_assertion parameter and is detailed 
in 

Table  2‐36:  DFFNES  Function  Table  when  sr_assertion  =  “unclocked”

  and 

Table 

2‐37:  DFFNES Function Table when sr_assertion = “clocked”

. If the set input is not asserted, 

the data output is set to the value on the data input upon the next falling edge of the clock if 
the active‐high clock enable input is asserted.

Pins

Table 2-34: Pin Descriptions

Name

Type

Description

d

Data input.

sn

Active-low asynchronous/synchronous set input. A low on sn sets the q
output high independent of the other inputs if the sr_assertion parameter
is set to “unclocked”. If the sr_assertion parameter is set to “clocked”, a low
on sn sets the q output high at the next falling edge of the clock.

ce

Active-high clock enable input.

ckn

Negative-edge clock input.

q

Data output. The value present on the data input is transferred to the q
output upon the falling edge of the clock if the clock enable input is high
and the set input is high.

Parameters

Table 2-35: Parameters

Parameter

Defined Values

Default Value

init

1’b1

sr_assertion

“unclocked”

init

The init parameter defines the initial value of the output of the DFFNES register.  This is the 
value the register takes upon the initial application of power to the FPGA.  The default value 
of the init parameter is 1’b1.

input

input

input

input

output

1’b0, 1’b1

“unclocked”, “clocked”

Advertising