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

Page 31

Advertising
background image

I/O Cells

IPAD

Speedster Macro Cell Library

www.achronix.com

PAGE 14

VHDL Instantiation Template

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

-- Component Instantiation
IPAD_instance_name : IPAD
generic map (location => ““,
iostandard => “LVCMOS18”,
keepmode => “none”,
hysteresis => "none",
pvt_comp => "none",
termination => "50",
odt => "off")
port map (dout => user_dout,
pad => user_pad);

Advertising