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

Page 202

Advertising
background image

Special Functions

ACX_DESERIALIZE (Speedster22iHP Only)

Speedster Macro Cell Library

www.achronix.com

PAGE 185

VHDL Instantiation Template

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

-- Component Instantiation
ACX_DESERIALIZE_instance_name : ACX_DESERIALIZE
generic map (output_width => 4)
port map (q => user_q,
d => user_d,
clk => user_clk);

Advertising