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

I/O Cells
TPAD
Speedster Macro Cell Library
PAGE 44
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
TPAD_instance_name : TPAD
generic map (location => "",
iostandard => "LVCMOS18",
drive => "16",
slew => "slow",
keepmode => “none”,
open_drain => “false”,
pvt_comp => "none")
port map (din => user_din,
oe => user_oe,
pad => user_pad);