Achronix Speedster22i User Macro Guide Manuale Utente Pagina 80

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 224
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 79
Registers DFFN
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 64
Verilog Instantiation Template
DFFN #(.init(1’b0))
instance_name
(.q(user_out),
.d(user_din),
.ckn(user_clock));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFN_instance_name : DFFN
generic map ( init => ‘0’)
port map (q => user_out,
d => user_din,
ckn => user_clock);
Vedere la pagina 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 223 224

Commenti su questo manuale

Nessun commento