XC4VFX60-11FFG672I Xilinx Inc, XC4VFX60-11FFG672I Datasheet - Page 336

no-image

XC4VFX60-11FFG672I

Manufacturer Part Number
XC4VFX60-11FFG672I
Description
IC FPGA VIRTEX-4 FX 60K 672-FBGA
Manufacturer
Xilinx Inc
Series
Virtex™-4r

Specifications of XC4VFX60-11FFG672I

Number Of Logic Elements/cells
56880
Number Of Labs/clbs
6320
Total Ram Bits
4276224
Number Of I /o
352
Voltage - Supply
1.14 V ~ 1.26 V
Mounting Type
Surface Mount
Operating Temperature
-40°C ~ 100°C
Package / Case
672-BBGA, FCBGA
For Use With
HW-V4-ML410-UNI-G - EVALUATION PLATFORM VIRTEX-4
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Number Of Gates
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
XC4VFX60-11FFG672I
Manufacturer:
XILINX
Quantity:
1 238
Part Number:
XC4VFX60-11FFG672I
Manufacturer:
Xilinx Inc
Quantity:
10 000
Part Number:
XC4VFX60-11FFG672I
Manufacturer:
XILINX
0
Part Number:
XC4VFX60-11FFG672I
Manufacturer:
XILINX/赛灵思
Quantity:
20 000
Part Number:
XC4VFX60-11FFG672I
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 XC4VFX60-11FFG672I