Achronix Speedster22i User Macro Guide Manuale Utente Pagina 84

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 224
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 83
Registers DFFNEP
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 68
Table 2-29: Function Table
Inputs Output
pn ce d ckn q
Verilog Instantiation Template
DFFNEP #(.init(1’b1))
instance_name
(.q(user_out),
.d(user_din),
.pn(user_preset)
.ce(user_clock_enable),
.ckn(user_clock));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFNEP_instance_name : DFFNEP
generic map ( init => ‘1’)
port map (q => user_out,
d => user_din,
pn => user_preset,
ce => user_clock_enable,
ckn => user_clock);
X0XXHold
01X 1
11
0 0
11
1 1
Vedere la pagina 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 223 224

Commenti su questo manuale

Nessun commento