Achronix Speedster22i User Macro Guide Manual do Utilizador Página 24

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 224
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 23
I/O Cells IOPAD_D
Speedster Macro Cell Library
www.achronix.com PAGE 7
Verilog Instantiation Template
IOPAD_D #(.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"))
instance_name (.pad(user_pad), .din(user_din), .dout(user_dout),
.oe(user_oe), .txdata_en(user_txdata_en), .rxdata_en(user_rxdata_en),
.txrstn(user_txrstn), .rxrstn(user_rxrstn), .oerstn(user_rxrxtn),
.srstn(user_txsrstn), ..txclk(user_txclk), .rxclk(user_rxclk),
.oeclk(user_oeclk));
VHDL Instantiation Template
------------- ACHRONIX LIBRARY ------------
library speedster22i;
use speedster22i.components.all;
------------- DONE ACHRONIX LIBRARY ---------
Vista de página 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 223 224

Comentários a estes Manuais

Sem comentários