Achronix Speedster22i User Macro Guide Manuel d'utilisateur Page 77

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 224
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 223 224

Commentaires sur ces manuels

Pas de commentaire