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

Logic Functions
MUX2
Speedster Macro Cell Library
PAGE 83
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
MUX2_instance_name : MUX2
port map (dout => user_out,
sel => user_sel,
din0 => user_din0,
din1 => user_din1);