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

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
Virtex-4 FPGA User Guide
UG070 (v2.6) December 1, 2008
BUFR VHDL and Verilog Templates
R
VHDL Template
Verilog Template
The following examples illustrate the instantiation of the BUFR module in VHDL and
Verilog.
--Example BUFR declaration
component BUFR
generic(
);
--Example BUFR instantiation
U_BUFR : BUFR
Port map (
--Declaring constraints in VHDL file
attribute BUFR_DIVIDE
attribute LOC : string;
attribute INIT_OUT of U_BUFR: label is BYPASS;
attribute LOC of U_BUFR: label is "BUFR_X#Y#";
--where # is valid integer locations of BUFR
//Example BUFR module declaration
module BUFR (O, CE, CLR, I);
endmodule;
//Example BUFR instantiation
BUFR U_BUFR (
.O(user_o),
.CE(user_ce),
.CLR(user_clr),
port(
end component;
);
O => user_o,
CE => user_ce,
CLR => user_clr,
I => user_i
);
output O;
input CE;
input CLR;
input I;
parameter BUFR_DIVIDE = "BYPASS";
BUFR_DIVIDE
O: out std_ulogic;
CE: in
CLR: in
I: in
std_ulogic
std_ulogic;
std_ulogic;
www.xilinx.com
: string := "BYPASS";
: string;
VHDL and Verilog Templates
53

Related parts for XC4VFX40-10FFG1152C