
Registers DFFES
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 61
sr_assertion
The sr_assertion param eter defines the behavior of the output when the sn set input is
asserted.Assigningthesr_assertionto“unclocked”resultsinanasychronousassertionofthe
reset signal, where the q output is set to one upon assertion of the active‐low reset signal.
Assigningthesr_assertionto“clocked”re
sultsinasynchronousassertionoftheresetsignal,
wheretheqoutputissettooneatthenextrisingedgeoftheclock.Thedefaultvalueofthe
sr_assertionparameteris“unclocked”.
Table 2-19: DFFES Function Table when sr_assertion = “unclocked”
Inputs Output
sn ce d ck q
Table 2-20: DFFES Function Table when sr_assertion = “clocked”
Inputs Output
sn ce d ck q
Verilog Instantiation Template
DFFES #(.init(1’b1),
.sr_assertion(“unclocked”))
instance_name
(.q(user_out),
.d(user_din),
.sn(user_set),
.ce(user_clock_enable),
.ck(user_clock));
0X X X 1
10 X XHold
11 0 0
11
1 1
0X X 1
10
X XHold
11 0 0
11
1 1
Comentários a estes Manuais