
Registers DFFEC
Speedster22i Macro Cell Library
AchronixSemiconductorProprietary PAGE 54
Table 2-9: Function Table
Inputs Output
cn ce d ck q
Verilog Instantiation Template
DFFEC #(.init(1’b0))
instance_name
(.q(user_out),
.d(user_din),
.cn(user_clear),
.ce(user_clock_enable),
.ck(user_clock));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFEC_instance_name : DFFEC
generic map ( init => ‘0’)
port map (q => user_out,
d => user_din,
cn => user_clear,
ce => user_clock_enable,
ck => user_clock);
X0XXHold
01X 0
11
0 0
11
1 1
Commenti su questo manuale