Achronix Speedster22i User Macro Guide Manual de usuario Pagina 77

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 224
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 76
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 activelow 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
Vista de pagina 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 223 224

Comentarios a estos manuales

Sin comentarios