XC4VFX20-10FFG672C Xilinx Inc, XC4VFX20-10FFG672C Datasheet - Page 336

IC FPGA VIRTEX-4 FX 20K 672-FBGA

XC4VFX20-10FFG672C

Manufacturer Part Number
XC4VFX20-10FFG672C
Description
IC FPGA VIRTEX-4 FX 20K 672-FBGA
Manufacturer
Xilinx Inc
Series
Virtex™-4r

Specifications of XC4VFX20-10FFG672C

Total Ram Bits
1253376
Number Of Logic Elements/cells
19224
Number Of Labs/clbs
2136
Number Of I /o
320
Voltage - Supply
1.14 V ~ 1.26 V
Mounting Type
Surface Mount
Operating Temperature
0°C ~ 85°C
Package / Case
672-BBGA, FCBGA
No. Of Logic Blocks
19224
No. Of Macrocells
19224
No. Of Speed Grades
10
No. Of I/o's
320
Clock Management
DCM
I/o Supply Voltage
3.45V
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
HW-V4-ML405-UNI-G - EVALUATION PLATFORM VIRTEX-4
Number Of Gates
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
XC4VFX20-10FFG672C
Manufacturer:
ADVANTEK
Quantity:
314
Part Number:
XC4VFX20-10FFG672C
Manufacturer:
XilinxInc
Quantity:
3 000
Part Number:
XC4VFX20-10FFG672C
Manufacturer:
Xilinx Inc
Quantity:
10 000
Part Number:
XC4VFX20-10FFG672C
Manufacturer:
XILINX
Quantity:
1 000
Part Number:
XC4VFX20-10FFG672C
Manufacturer:
XILINX
0
Part Number:
XC4VFX20-10FFG672C
Manufacturer:
XILINX/赛灵思
Quantity:
20 000
Part Number:
XC4VFX20-10FFG672C
0
Chapter 7: SelectIO Logic Resources
336
IDELAY VHDL and Verilog Instantiation Template
safe, conservative waiting period for all modes of those modules. A closer examination of
latency for a specific path in a specific mode can trim these waiting periods down further.
If IDELAY is used in the path of a clock channel, and the delay is dynamically adjusted
during operation, every circuit that runs on that clock should be held in reset while the
delay is changed. This is because the clock may experience a short glitch when the tap
setting is incremented or decremented, and this could result in erroneous behavior in state
machines and other circuits.
If an IDELAY is used in the path of a data signal that is passing constant user traffic in
which even a single bit error is unacceptable, and the user desires to change the tap setting
in real-time, a redundant path through a second IDELAY and ISERDES (or IDDR) must be
added to the design to allow the user to switch to the redundant path while changing the
tap setting of the primary path.
VHDL and Verilog instantiation templates are available in the Libraries Guide for all
primitives and submodules.
In VHDL, each template has a component declaration section and an architecture section.
Each part of the template should be inserted within the VHDL design file. The port map of
the architecture section should include the design signals names.
VHDL for Zero-Hold Time Delay Mode
The following VHDL code shows how to instantiate the IDELAY module in a zero-hold
time delay mode.
-- Module: IDELAY
-- Description: VHDL instantiation template
-- Zero Hold Time Mode
--
-- Device: Virtex-4 Family
---------------------------------------------------------------------
-- Components Declarations
-- Component Declaration for IDELAY should be placed
-- after architecture statement but before "begin" keyword
component IDELAY
generic (IOBDELAY_TYPE : string := "DEFAULT"; --(DEFAULT, FIXED,
port (
end component;
-- Component Attribute specification for IDELAY
-- should be placed after architecture declaration but
-- before the "begin" keyword
--
);
O : out STD_LOGIC;
I : in STD_LOGIC;
C : in STD_LOGIC;
CE : in STD_LOGIC;
INC : in STD_LOGIC;
RST : in STD_LOGIC
);
VARIABLE)
IOBDELAY_VALUE : integer := 0 --(0 to 63)
www.xilinx.com
UG070 (v2.6) December 1, 2008
Virtex-4 FPGA User Guide
R

Related parts for XC4VFX20-10FFG672C