Achronix Speedster22i User Macro Guide User Manual

Page 25

Advertising
background image

I/O Cells

IOPAD_D

Speedster Macro Cell Library

www.achronix.com

PAGE 8

-- Component Instantiation
IOPAD_D_instance_name : IOPAD_D
generic map (location => ““,
iostandard => “LVCMOS18”,
drive => "16",
txregmode => “reg”,
rxregmode => “reg”,
oeregmode => “reg”,
rstmode => “async”,
rstvalue => “low”,
slew => “slow”,
keepmode => "none",
hysteresis => "none",
open_drain => "false",
pvt_comp => "none,
termination => "50",
odt => "off")

port map (pad => user_pad,
din => user_din,
dout => user_dout,
oe => user_oe,
txrstn => user_txrstn,
srstn => user_srstn,
rxrstn => user_rxrstn,
txclk => user_txclk,
rxclk => user_rxclk,
oeclk => user_oeclk);

Advertising