XC4VFX40-10FFG1152C Xilinx Inc, XC4VFX40-10FFG1152C Datasheet - Page 358

no-image

XC4VFX40-10FFG1152C

Manufacturer Part Number
XC4VFX40-10FFG1152C
Description
IC FPGA VIRTEX-4 FX 40K 1152FBGA
Manufacturer
Xilinx Inc
Series
Virtex™-4r

Specifications of XC4VFX40-10FFG1152C

Number Of Logic Elements/cells
41904
Number Of Labs/clbs
4656
Total Ram Bits
2654208
Number Of I /o
448
Voltage - Supply
1.14 V ~ 1.26 V
Mounting Type
Surface Mount
Operating Temperature
0°C ~ 85°C
Package / Case
1152-BBGA, FCBGA
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Number Of Gates
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
XC4VFX40-10FFG1152C
Manufacturer:
TI
Quantity:
2 210
Part Number:
XC4VFX40-10FFG1152C
Manufacturer:
Xilinx Inc
Quantity:
10 000
Part Number:
XC4VFX40-10FFG1152C
Manufacturer:
XILINX
0
Chapter 7: SelectIO Logic Resources
358
ODDR VHDL and Verilog Templates
ODDR VHDL Template
ODDR Verilog Template
The following examples illustrate the instantiation of the OSERDES module in VHDL and
Verilog.
--Example ODDR component declaration
component ODDR
--Example ODDR instantiation
U_ODDR : ODDR
Port map(
//Example ODDR module declaration
module ODDR (Q, C, CE, D1, D2, R, S);
generic(
port(
end component;
);
);
);
output Q;
input C;
input CE;
input D1;
input D2;
tri0 GSR = glbl.GSR;
input R;
input S;
parameter DDR_CLK_EDGE = "OPPOSITE_EDGE";
DDR_CLK_EDGE : string := "OPPOSITE_EDGE";
INIT
SRTYPE
Q
C
CE
D1
D2
R
S
Q => user_q,
C => user_c,
CE => user_ce,
D1 => user_d1,
D2 => user_d2,
R => user_r,
S => user_s
www.xilinx.com
: out std_ulogic;
: in
: in
: in
: in
: in
: in
: bit
: string := "SYNC";
std_ulogic;
std_ulogic;
std_ulogic;
std_ulogic;
std_ulogic;
std_ulogic
:= '0';
UG070 (v2.6) December 1, 2008
Virtex-4 FPGA User Guide
R

Related parts for XC4VFX40-10FFG1152C