Heading3 - vhdl instantiation template, Vhdl instantiation template – Achronix Speedster22i User Macro Guide User Manual
Page 78

Registers
DFFES
Speedster22i Macro Cell Library
PAGE 62
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFES_instance_name : DFFES
generic map (
init => ‘1’,
sr_assertion => “unclocked”)
port map (q => user_out,
d => user_din,
sn => user_set,
ce => user_clock_enable,
ck => user_clock);