Achronix Speedster22i User Macro Guide Manuale Utente Pagina 82

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

Commenti su questo manuale

Nessun commento