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

Registers
DFFNER
Speedster22i Macro Cell Library
PAGE 71
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
DFFNER_instance_name : DFFNER
generic map (
init => ‘0’,
sr_assertion => “unclocked”)
port map (q => user_out,
d => user_din,
rn => user_reset,
ce => user_clock_enable,
ckn => user_clock);