Achronix Speedster22i User Macro Guide Manuale Utente Pagina 20

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 224
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 19
I/O Cells IOPAD
Speedster Macro Cell Library
www.achronix.com PAGE 3
Verilog Instantiation Template
IOPAD #(.location(""),
.iostandard("LVCMOS18"),
.drive("16"),
.slew("slow"),
.keepmode("none"),
.open_drain("false"),
.hysteresis("none"),
.pvt_comp("none"),
.termination("50"),
.odt("off"))
instance_name (.din(user_din), .dout(user_dout), .oe(user_oe),
.pad(user_pad));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
-- Component Instantiation
IOPAD_instance_name : IOPAD
generic map (location => "",
iostandard => "LVCMOS18",
drive => "16",
slew => "slow",
keepmode => "none",
open_drain => "false",
hysteresis => "none",
pvt_comp => "none",
termination => "50",
odt => "off")
port map ( din => user_din ,
dout => user_dout ,
oe => user_oe ,
pad => user_pad);
Vedere la pagina 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 223 224

Commenti su questo manuale

Nessun commento