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

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