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

Page 100

Advertising
background image

Logic Functions

MUX2

Speedster Macro Cell Library

www.achronix.com

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);

Advertising