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

Page 64

Advertising
background image

I/O Cells

TPAD_D

Speedster Macro Cell Library

www.achronix.com

PAGE 47

VHDL Instantiation Template

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

-- Component Instantiation
TPAD_D_instance_name : TPAD_D
generic map (location => ““,
iostandard => “LVCMOS18”,
drive => "16",
rstmode => “async”,
rstvalue => “low”,
slew => “slow”,
open_drain => "false",
pvt_comp => "none”)

port map (pad => user_pad,
din => user_din,
oe => user_oe,
rstn => user_rstn,
clk => user_clk);

Advertising