Achronix Speedster22i User Macro Guide Manual do Utilizador Página 89

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 224
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 88
Registers DFFNES
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 73
sr_assertion
The sr_assertion param eter defines the behavior of the output when the sn set input is
asserted.Assigningthesr_assertionto“unclocked”resultsinanasychronousassertionofthe
set signal, where the q output is set to one upon assertion of the activelow set signal.
Assigning the sr_assertion to “clocked” re
sults in a synchronous assertion of the set signal,
wheretheqoutputissettooneatthenextfallingedgeoftheclock.Thedefaultvalueofthe
sr_assertionparameteris“unclocked”.
Table 2-36: DFFNES Function Table when sr_assertion = “unclocked”
Inputs Output
sn ce d ckn q
Table 2-37: DFFNES Function Table when sr_assertion = “clocked”
Inputs Output
sn ce d ckn q
Verilog Instantiation Template
DFFNES #(.init(1’b1),
.sr_assertion(“unclocked”))
instance_name
(.q(user_out),
.d(user_din),
.sn(user_set),
.ce(user_clock_enable),
.ckn(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 página 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 223 224

Comentários a estes Manuais

Sem comentários