Achronix Speedster22i User Macro Guide Instrukcja Użytkownika Strona 66

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 224
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 65
Registers DFF
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 50
Parameters
Table 2-2: Parameters
Parameter Defined Values Default Value
init 1’b0
init
TheinitparameterdefinestheinitialvalueoftheoutputoftheDFFregister.Thisisthevalue
theregistertakesupontheinitialapplicationofpowertotheFPGA.Thedefaultvalueofthe
initparameteris1’b0.
Table 2-3: Function Table
Inputs
Output
d ck q
Verilog Instantiation Template
DFF #(.init(1’b0))
instance_name
(.q(user_out),
.d(user_din),
.ck(user_clock));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFF_instance_name : DFF
generic map ( init => ‘0’)
port map (q => user_out,
d => user_din,
ck => user_clock);
1’b0, 1’b1
0 0
1 1
Przeglądanie stron 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 223 224

Komentarze do niniejszej Instrukcji

Brak uwag