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

Page 75

Advertising
background image

Registers

DFFER

Speedster22i Macro Cell Library

Achronix Semiconductor Proprietary

PAGE 59

VHDL Instantiation Template

------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------

-- Component Instantiation
DFFER_instance_name : DFFER
generic map (
init => ‘0’,
sr_assertion => “unclocked”)
port map (q => user_out,
d => user_din,
rn => user_reset,
ce => user_clock_enable,
ck => user_clock);

Advertising