Achronix Speedster22i User Macro Guide Manuale Utente Pagina 72

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 224
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 71
Registers DFFEP
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 56
Table 2-12: Function Table
Inputs Output
pn ce d ck q
Verilog Instantiation Template
DFFEP #(.init(1’b1))
instance_name
(.q(user_out),
.d(user_din),
.pn(user_preset),
.ce(user_clock_enable),
.ck(user_clock));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFEP_instance_name : DFFEP
generic map ( init => ‘1’)
port map (q => user_out,
d => user_din,
pn => user_preset,
ce => user_clock_enable,
ck => user_clock);
X0XXHold
01X 1
11
0 0
11
1 1
Vedere la pagina 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 ... 223 224

Commenti su questo manuale

Nessun commento