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