Achronix Speedster22i User Macro Guide Manuale Utente Pagina 68

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 224
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 67
Registers DFFE
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 52
Verilog Instantiation Template
DFFE #(.init(1’b0))
instance_name
(.q(user_out),
.d(user_din),
.ce(user_clock_enable),
.ck(user_clock));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFE_instance_name : DFFE
generic map ( init => ‘0’)
port map (q => user_out,
d => user_din,
ce => user_clock_enable,
ck => user_clock);
Vedere la pagina 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 223 224

Commenti su questo manuale

Nessun commento